From 4c21e5a419a72b43259712ce674be19c06c25c32 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 29 Aug 2021 10:55:43 +0200 Subject: [PATCH] add/change docs --- tests/ControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index d3dd020..09c0006 100755 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -38,6 +38,9 @@ class ControllerTest extends \PHPUnit\Framework\TestCase protected $module = null; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->app = new class() extends ApplicationAbstract