aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-07-24 11:12:54 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-07-24 11:13:53 +0200
commitc6c45673af62ca7d888d1e30d8b63fe15a388a9c (patch)
treef8c2ddce7cd7ceeb608ccc48d19fbf3c8cee0e5e /tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
parentf39152ad6e62f1ea43f501e88a8839526d77ef6c (diff)
downloadwallabag-c6c45673af62ca7d888d1e30d8b63fe15a388a9c.tar.gz
wallabag-c6c45673af62ca7d888d1e30d8b63fe15a388a9c.tar.zst
wallabag-c6c45673af62ca7d888d1e30d8b63fe15a388a9c.zip
Put the final URL in data test
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 b1c6d53c..33bfa71e 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -1300,7 +1300,7 @@ class EntryControllerTest extends WallabagCoreTestCase
1300 null, 1300 null,
1301 ], 1301 ],
1302 'es-ES' => [ 1302 'es-ES' => [
1303 'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google', 1303 'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google/',
1304 'es_ES', 1304 'es_ES',
1305 ], 1305 ],
1306 ]; 1306 ];