aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-12 16:32:01 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-12 16:32:01 +0200
commit76cd8dbb059ebec2d0650089424681afc9bd6b0b (patch)
tree68b2a74c15870ccc970e98cfadc47f5a050dd4ce /src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
parent624a7c6df1142048cc73770e2c7b7377acd30a9e (diff)
downloadwallabag-76cd8dbb059ebec2d0650089424681afc9bd6b0b.tar.gz
wallabag-76cd8dbb059ebec2d0650089424681afc9bd6b0b.tar.zst
wallabag-76cd8dbb059ebec2d0650089424681afc9bd6b0b.zip
Fix tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
index f15aaab1..2d846454 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
@@ -521,7 +521,7 @@ class EntryControllerTest extends WallabagCoreTestCase
521 521
522 $client->submit($form, $data); 522 $client->submit($form, $data);
523 523
524 $parameters = '?entry_filter%5BreadingTime%5D%5Bleft_number%5D=&amp;entry_filter%5BreadingTime%5D%5Bright_number%5D='; 524 $parameters = '?entry_filter%5BreadingTime%5D%5Bleft_number%5D=&entry_filter%5BreadingTime%5D%5Bright_number%5D=';
525 525
526 $client->request('GET', 'unread/list'.$parameters); 526 $client->request('GET', 'unread/list'.$parameters);
527 527