From 47ac2db9dcb0fb0a69c730024eb8ce0b19997abe 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/ApiControllerTest.php | 3 +++ tests/Models/ProfileTest.php | 3 +++ 2 files changed, 6 insertions(+) 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();