From 940808484228abff01c1cc19eb379cca7c7c63e7 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/Controller/SearchControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) 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