From: Jeremy Benoist Date: Fri, 9 Jun 2017 09:52:40 +0000 (+0200) Subject: Cleanup test X-Git-Tag: 2.3.0~31^2~62^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=1f7018e1fe369b326150c388b56b8b8c26017234;p=github%2Fwallabag%2Fwallabag.git Cleanup test Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem. --- 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 $this->assertContains('Perpignan', $entry->getTitle()); // instead of checking for the filename (which might change) check that the image is now local $this->assertContains('http://v2.wallabag.org/assets/images/', $entry->getContent()); - $this->assertEquals('fr', $entry->getLanguage()); $client->getContainer()->get('craue_config')->set('download_images_enabled', 0); }