X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FImportBundle%2FController%2FReadabilityControllerTest.php;fp=tests%2FWallabag%2FImportBundle%2FController%2FReadabilityControllerTest.php;h=bde0a60011fd1b273f939bad79cc6c64feff453c;hb=80e49ba7b0320a5c4278c01f3d7851a9218e0919;hp=01decb23a3f1ed097c97810a5d59121caf83c026;hpb=42f3bb2c6346e04d2837f980bf685f7e32a61a21;p=github%2Fwallabag%2Fwallabag.git diff --git a/tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php b/tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php index 01decb23..bde0a600 100644 --- a/tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php +++ b/tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php @@ -120,7 +120,7 @@ class ReadabilityControllerTest extends WallabagCoreTestCase $this->assertNotEmpty($content->getMimetype(), 'Mimetype for http://www.zataz.com is ok'); $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for http://www.zataz.com is ok'); - $this->assertEmpty($content->getLanguage(), 'Language for http://www.zataz.com is empty because not valid (fr-FR)'); + $this->assertNotEmpty($content->getLanguage(), 'Language for http://www.zataz.com is ok'); $tags = $content->getTags(); $this->assertContains('foot', $tags, 'It includes the "foot" tag');