diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-12 16:32:01 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-12 16:32:01 +0200 |
commit | 76cd8dbb059ebec2d0650089424681afc9bd6b0b (patch) | |
tree | 68b2a74c15870ccc970e98cfadc47f5a050dd4ce | |
parent | 624a7c6df1142048cc73770e2c7b7377acd30a9e (diff) | |
download | wallabag-76cd8dbb059ebec2d0650089424681afc9bd6b0b.tar.gz wallabag-76cd8dbb059ebec2d0650089424681afc9bd6b0b.tar.zst wallabag-76cd8dbb059ebec2d0650089424681afc9bd6b0b.zip |
Fix tests
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php | 2 |
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=&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 | ||