mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +00:00
test fixes
This commit is contained in:
parent
b619bc4ccc
commit
bb82ebe37d
|
|
@ -40,7 +40,7 @@ final class ExchangeLogTest extends \PHPUnit\Framework\TestCase
|
|||
self::assertEquals('', $this->log->message);
|
||||
self::assertEquals('', $this->log->subtype);
|
||||
self::assertEquals(0, $this->log->exchange);
|
||||
self::assertEquals(0, $this->log->createdBy);
|
||||
self::assertEquals(0, $this->log->createdBy->id);
|
||||
self::assertEquals(ExchangeType::IMPORT, $this->log->type);
|
||||
self::assertInstanceOf('\DateTimeImmutable', $this->log->createdAt);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user