Ignore coverage for view methods in controllers

This commit is contained in:
Dennis Eichhorn 2017-10-07 21:24:10 +02:00
parent ecf3aec2e7
commit 425874eaba

View File

@ -92,6 +92,7 @@ class Controller extends ModuleAbstract implements WebInterface
* @return RenderableInterface
*
* @since 1.0.0
* @codeCoverageIgnore
*/
public function viewPLDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
{