mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-28 15:08:41 +00:00
Ignore coverage for view methods in controllers
This commit is contained in:
parent
18ca02a49d
commit
e66f420ed9
|
|
@ -99,6 +99,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @return RenderableInterface
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function viewProfileList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
|
||||
{
|
||||
|
|
@ -118,6 +119,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
* @return RenderableInterface
|
||||
*
|
||||
* @since 1.0.0
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
public function viewProfileSingle(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user