From a0c0f736d7629e57ffd14cb86d54aeb644f9129d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 29 Aug 2021 10:49:25 +0200 Subject: [PATCH] add doc --- tests/Controller/ApiControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 2baba22..ea876d4 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -42,6 +42,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase */ protected ModuleAbstract $module; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->app = new class() extends ApplicationAbstract