From bc57afcd739f67a4d68761a21206ed7d9b7673d0 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 14 Oct 2017 20:46:53 +0200 Subject: [PATCH] Ignore setup function in coverage --- Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller.php b/Controller.php index 99fbea1..d00ddeb 100644 --- a/Controller.php +++ b/Controller.php @@ -93,6 +93,7 @@ class Controller extends ModuleAbstract implements WebInterface * @return void * * @since 1.0.0 + * @codeCoverageIgnore */ public function setUpCommentEditor(RequestAbstract $request, ResponseAbstract $response, $data = null) {