mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-05 01:29:38 +00:00
Fix tests
This commit is contained in:
parent
ebf5e5087d
commit
886d479734
1 changed files with 3 additions and 3 deletions
|
@ -99,9 +99,9 @@ class WallabagV2ControllerTest extends WallabagCoreTestCase
|
|||
$this->getLoggedInUserId()
|
||||
);
|
||||
|
||||
$this->assertEmpty($content->getMimetype());
|
||||
$this->assertEmpty($content->getPreviewPicture());
|
||||
$this->assertEmpty($content->getLanguage());
|
||||
$this->assertNotEmpty($content->getMimetype());
|
||||
$this->assertNotEmpty($content->getPreviewPicture());
|
||||
$this->assertNotEmpty($content->getLanguage());
|
||||
$this->assertEquals(0, count($content->getTags()));
|
||||
|
||||
$content = $client->getContainer()
|
||||
|
|
Loading…
Reference in a new issue