From 425874eabacd60c1939787e40a6e02209fd70d27 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 7 Oct 2017 21:24:10 +0200 Subject: [PATCH] Ignore coverage for view methods in controllers --- Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller.php b/Controller.php index 0a98adc..2d106b6 100644 --- a/Controller.php +++ b/Controller.php @@ -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 {