aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-07-11 10:14:08 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-18 14:50:04 +0100
commitdfa18939e87c4e8f8f61124f3fcf6ae3f36fc44c (patch)
tree62433d759b5db39c354ba5bc2df3256ad2024d83 /tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
parentc1c0f09949c85218b720280d84eca70dad51b65a (diff)
downloadwallabag-dfa18939e87c4e8f8f61124f3fcf6ae3f36fc44c.tar.gz
wallabag-dfa18939e87c4e8f8f61124f3fcf6ae3f36fc44c.tar.zst
wallabag-dfa18939e87c4e8f8f61124f3fcf6ae3f36fc44c.zip
Fixed 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 cd63c1ba..20acd103 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -270,7 +270,7 @@ class EntryControllerTest extends WallabagCoreTestCase
270 $this->logInAs('admin'); 270 $this->logInAs('admin');
271 $client = $this->getClient(); 271 $client = $this->getClient();
272 272
273 $url = 'https://fashionunited.com/news/business/jigsaw-posts-8-percent-increase-in-annual-sales/2017070316404'; 273 $url = 'http://bit.ly/2t8Fwre';
274 274
275 $crawler = $client->request('GET', '/new'); 275 $crawler = $client->request('GET', '/new');
276 276