todo implementations

This commit is contained in:
Dennis Eichhorn 2021-11-20 17:10:10 +01:00
parent 13fe6009a5
commit e3a2997f45

View File

@ -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());