mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-18 01:18:41 +00:00
fix tests / badge -> tags
This commit is contained in:
parent
34abbad74a
commit
d15a68e695
|
|
@ -51,7 +51,7 @@ class NewsArticleTest extends \PHPUnit\Framework\TestCase
|
||||||
self::assertEquals(ISO639x1Enum::_EN, $this->news->getLanguage());
|
self::assertEquals(ISO639x1Enum::_EN, $this->news->getLanguage());
|
||||||
self::assertEquals(NewsStatus::DRAFT, $this->news->getStatus());
|
self::assertEquals(NewsStatus::DRAFT, $this->news->getStatus());
|
||||||
self::assertEquals(NewsType::ARTICLE, $this->news->getType());
|
self::assertEquals(NewsType::ARTICLE, $this->news->getType());
|
||||||
self::assertEquals([], $this->news->getBadges());
|
self::assertEquals([], $this->news->getTags());
|
||||||
self::assertEquals('', $this->news->getPlain());
|
self::assertEquals('', $this->news->getPlain());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user