]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix tests
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 21:57:27 +0000 (23:57 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Sep 2016 21:57:27 +0000 (23:57 +0200)
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php

index b20226ad183469e398da44cc96e1435acbe12723..ca20c85b349ce0e1699b942cebebc50072e607f3 100644 (file)
@@ -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()