diff --git a/tests/Controller/ApiControllerTest.php b/tests/Controller/ApiControllerTest.php index 0cc24e8..9ae9b5b 100755 --- a/tests/Controller/ApiControllerTest.php +++ b/tests/Controller/ApiControllerTest.php @@ -42,6 +42,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase protected $module = null; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->app = new class() extends ApplicationAbstract diff --git a/tests/Models/ProfileTest.php b/tests/Models/ProfileTest.php index 43a4d2c..5b710e5 100755 --- a/tests/Models/ProfileTest.php +++ b/tests/Models/ProfileTest.php @@ -29,6 +29,9 @@ class ProfileTest extends \PHPUnit\Framework\TestCase { private Profile $profile; + /** + * {@inheritdoc} + */ protected function setUp() : void { $this->profile = new Profile();