mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-07 11:58:41 +00:00
add/change docs
This commit is contained in:
parent
14d2fd16b1
commit
6ebf943e99
|
|
@ -42,6 +42,9 @@ class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
|
||||
protected $module = null;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->app = new class() extends ApplicationAbstract
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ class DepartmentTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
private Department $department;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->department = new Department();
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ class PositionTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
private Position $position;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->position = new Position();
|
||||
|
|
|
|||
|
|
@ -26,6 +26,9 @@ class UnitTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
private Unit $unit;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp() : void
|
||||
{
|
||||
$this->unit = new Unit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user