mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-30 15:25:16 +01:00
Fix tests
This commit is contained in:
parent
ebf5e5087d
commit
886d479734
@ -99,9 +99,9 @@ class WallabagV2ControllerTest extends WallabagCoreTestCase
|
|||||||
$this->getLoggedInUserId()
|
$this->getLoggedInUserId()
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->assertEmpty($content->getMimetype());
|
$this->assertNotEmpty($content->getMimetype());
|
||||||
$this->assertEmpty($content->getPreviewPicture());
|
$this->assertNotEmpty($content->getPreviewPicture());
|
||||||
$this->assertEmpty($content->getLanguage());
|
$this->assertNotEmpty($content->getLanguage());
|
||||||
$this->assertEquals(0, count($content->getTags()));
|
$this->assertEquals(0, count($content->getTags()));
|
||||||
|
|
||||||
$content = $client->getContainer()
|
$content = $client->getContainer()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user