diff --git a/tests/Controller/SearchControllerTest.php b/tests/Controller/SearchControllerTest.php index 583c4e0..c132856 100755 --- a/tests/Controller/SearchControllerTest.php +++ b/tests/Controller/SearchControllerTest.php @@ -44,6 +44,9 @@ class SearchControllerTest extends \PHPUnit\Framework\TestCase */ protected ModuleAbstract $module; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->app = new class() extends ApplicationAbstract