mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 14:58:43 +00:00
rector fixes + bug fixes
This commit is contained in:
parent
00e6c42c80
commit
707b003460
|
|
@ -63,8 +63,8 @@ final class ClientTest extends \PHPUnit\Framework\TestCase
|
||||||
*/
|
*/
|
||||||
public function testStatusInputOutput() : void
|
public function testStatusInputOutput() : void
|
||||||
{
|
{
|
||||||
$this->client->setStatus(ClientStatus::INACTIVE);
|
$this->client->setStatus(ClientStatus::INACTIVE);
|
||||||
self::assertEquals(ClientStatus::INACTIVE, $this->client->getStatus());
|
self::assertEquals(ClientStatus::INACTIVE, $this->client->getStatus());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user