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