mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-11 15:28:40 +00:00
add/change docs
This commit is contained in:
parent
861ed51877
commit
47ac2db9dc
|
|
@ -42,6 +42,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
protected $module = null;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->app = new class() extends ApplicationAbstract
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ class ProfileTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
private Profile $profile;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->profile = new Profile();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user