diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 0b28d9b..e6522ae 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -49,6 +49,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase */ protected ApiController $module; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->app = new class() extends ApplicationAbstract diff --git a/tests/Models/EditorDocTest.php b/tests/Models/EditorDocTest.php index 01235db..f058dda 100755 --- a/tests/Models/EditorDocTest.php +++ b/tests/Models/EditorDocTest.php @@ -25,6 +25,9 @@ class EditorDocTest extends \PHPUnit\Framework\TestCase { private EditorDoc $doc; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->doc = new EditorDoc();