From: Nicolas LÅ“uillet Date: Tue, 12 Apr 2016 14:32:01 +0000 (+0200) Subject: Fix tests X-Git-Tag: 2.0.2~13^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=76cd8dbb059ebec2d0650089424681afc9bd6b0b;p=github%2Fwallabag%2Fwallabag.git Fix tests --- 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 $client->submit($form, $data); - $parameters = '?entry_filter%5BreadingTime%5D%5Bleft_number%5D=&entry_filter%5BreadingTime%5D%5Bright_number%5D='; + $parameters = '?entry_filter%5BreadingTime%5D%5Bleft_number%5D=&entry_filter%5BreadingTime%5D%5Bright_number%5D='; $client->request('GET', 'unread/list'.$parameters);