mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
todo implementations
This commit is contained in:
parent
13fe6009a5
commit
e3a2997f45
|
|
@ -41,7 +41,7 @@ final class TagTest extends \PHPUnit\Framework\TestCase
|
|||
public function testDefault() : void
|
||||
{
|
||||
self::assertEquals(0, $this->tag->getId());
|
||||
self::assertInstanceOf(NullAccount::class, $this->tag->owner);
|
||||
self::assertEquals(null, $this->tag->owner);
|
||||
self::assertEquals(TagType::SINGLE, $this->tag->getType());
|
||||
self::assertEquals('00000000', $this->tag->color);
|
||||
self::assertEquals('', $this->tag->getL11n());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user