add/change docs

This commit is contained in:
Dennis Eichhorn 2021-08-29 10:55:43 +02:00
parent 861ed51877
commit 47ac2db9dc
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase
protected $module = null;
/**
* {@inheritdoc}
*/
protected function setUp() : void
{
$this->app = new class() extends ApplicationAbstract

View File

@ -29,6 +29,9 @@ class ProfileTest extends \PHPUnit\Framework\TestCase
{
private Profile $profile;
/**
* {@inheritdoc}
*/
protected function setUp() : void
{
$this->profile = new Profile();