add/change docs

This commit is contained in:
Dennis Eichhorn 2021-08-29 10:55:43 +02:00
parent aee4aa764d
commit 4c21e5a419

View File

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