|
|
|
@ -37,7 +37,7 @@ class CLinkCategoryRepositoryTest extends AbstractApiTest |
|
|
|
|
$this->assertSame($category->getResourceIdentifier(), $category->getIid()); |
|
|
|
|
$this->assertSame('cat', (string) $category); |
|
|
|
|
$this->assertSame('desc', $category->getDescription()); |
|
|
|
|
$this->assertSame('cat', $category->getCategoryTitle()); |
|
|
|
|
$this->assertSame('cat', $category->getTitle()); |
|
|
|
|
|
|
|
|
|
$this->assertSame(1, $repo->count([])); |
|
|
|
|
} |
|
|
|
|