diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-09 11:52:40 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-06-09 11:52:41 +0200 |
commit | 1f7018e1fe369b326150c388b56b8b8c26017234 (patch) | |
tree | 8b7b0b81dde212f1bea51699559aba322142d2a2 | |
parent | 80e49ba7b0320a5c4278c01f3d7851a9218e0919 (diff) | |
download | wallabag-1f7018e1fe369b326150c388b56b8b8c26017234.tar.gz wallabag-1f7018e1fe369b326150c388b56b8b8c26017234.tar.zst wallabag-1f7018e1fe369b326150c388b56b8b8c26017234.zip |
Cleanup test
Looks like we didn't ALWAYS get a value for language from 20minutes.
Ahem.
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 84faf8d4..3babbaca 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -990,7 +990,6 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
990 | $this->assertContains('Perpignan', $entry->getTitle()); | 990 | $this->assertContains('Perpignan', $entry->getTitle()); |
991 | // instead of checking for the filename (which might change) check that the image is now local | 991 | // instead of checking for the filename (which might change) check that the image is now local |
992 | $this->assertContains('http://v2.wallabag.org/assets/images/', $entry->getContent()); | 992 | $this->assertContains('http://v2.wallabag.org/assets/images/', $entry->getContent()); |
993 | $this->assertEquals('fr', $entry->getLanguage()); | ||
994 | 993 | ||
995 | $client->getContainer()->get('craue_config')->set('download_images_enabled', 0); | 994 | $client->getContainer()->get('craue_config')->set('download_images_enabled', 0); |
996 | } | 995 | } |