mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-14 08:48:41 +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->message);
|
||||||
self::assertEquals('', $this->log->subtype);
|
self::assertEquals('', $this->log->subtype);
|
||||||
self::assertEquals(0, $this->log->exchange);
|
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::assertEquals(ExchangeType::IMPORT, $this->log->type);
|
||||||
self::assertInstanceOf('\DateTimeImmutable', $this->log->createdAt);
|
self::assertInstanceOf('\DateTimeImmutable', $this->log->createdAt);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user