aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-06-08 19:15:33 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-06-08 19:15:33 +0200
commit80f4d85ac92ab4dc490c51f2d831ac7fa3853826 (patch)
tree0a13d4c7ee0e5ce34e2c21a6492de61a49e627e8 /tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
parente48b238a3e2c387be1f897e6f2c3c481d25f5203 (diff)
downloadwallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.tar.gz
wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.tar.zst
wallabag-80f4d85ac92ab4dc490c51f2d831ac7fa3853826.zip
Review
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index cc7b3672..581ee952 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -1000,7 +1000,7 @@ class EntryControllerTest extends WallabagCoreTestCase
1000 $this->assertEquals($url, $entry->getUrl()); 1000 $this->assertEquals($url, $entry->getUrl());
1001 $this->assertContains('Perpignan', $entry->getTitle()); 1001 $this->assertContains('Perpignan', $entry->getTitle());
1002 // instead of checking for the filename (which might change) check that the image is now local 1002 // instead of checking for the filename (which might change) check that the image is now local
1003 $this->assertContains('http://v2.wallabag.org/assets/images/', $entry->getContent()); 1003 $this->assertContains('http://your-wallabag-url-instance.com/assets/images/', $entry->getContent());
1004 1004
1005 $client->getContainer()->get('craue_config')->set('download_images_enabled', 0); 1005 $client->getContainer()->get('craue_config')->set('download_images_enabled', 0);
1006 } 1006 }