mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-23 05:08:41 +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
|
||||
{
|
||||
$this->client->setStatus(ClientStatus::INACTIVE);
|
||||
self::assertEquals(ClientStatus::INACTIVE, $this->client->getStatus());
|
||||
$this->client->setStatus(ClientStatus::INACTIVE);
|
||||
self::assertEquals(ClientStatus::INACTIVE, $this->client->getStatus());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user