diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-09 11:42:04 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-09 11:42:09 +0200 |
commit | 80e49ba7b0320a5c4278c01f3d7851a9218e0919 (patch) | |
tree | 8e4c19b2ce46908b2409485a2f77f2a6c2d2fd62 /tests/Wallabag/ImportBundle/Controller | |
parent | 42f3bb2c6346e04d2837f980bf685f7e32a61a21 (diff) | |
download | wallabag-80e49ba7b0320a5c4278c01f3d7851a9218e0919.tar.gz wallabag-80e49ba7b0320a5c4278c01f3d7851a9218e0919.tar.zst wallabag-80e49ba7b0320a5c4278c01f3d7851a9218e0919.zip |
Convert - to _ in language
Mostly to increase language supports
Diffstat (limited to 'tests/Wallabag/ImportBundle/Controller')
-rw-r--r-- | tests/Wallabag/ImportBundle/Controller/ReadabilityControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
120 | 120 | ||
121 | $this->assertNotEmpty($content->getMimetype(), 'Mimetype for http://www.zataz.com is ok'); | 121 | $this->assertNotEmpty($content->getMimetype(), 'Mimetype for http://www.zataz.com is ok'); |
122 | $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for http://www.zataz.com is ok'); | 122 | $this->assertNotEmpty($content->getPreviewPicture(), 'Preview picture for http://www.zataz.com is ok'); |
123 | $this->assertEmpty($content->getLanguage(), 'Language for http://www.zataz.com is empty because not valid (fr-FR)'); | 123 | $this->assertNotEmpty($content->getLanguage(), 'Language for http://www.zataz.com is ok'); |
124 | 124 | ||
125 | $tags = $content->getTags(); | 125 | $tags = $content->getTags(); |
126 | $this->assertContains('foot', $tags, 'It includes the "foot" tag'); | 126 | $this->assertContains('foot', $tags, 'It includes the "foot" tag'); |