diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index b248b178..952e8957 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -1034,7 +1034,7 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
1034 | 1034 | ||
1035 | $crawler = $client->submit($form, $data); | 1035 | $crawler = $client->submit($form, $data); |
1036 | 1036 | ||
1037 | $this->assertCount(4, $crawler->filter('div[class=entry]')); | 1037 | $this->assertCount(5, $crawler->filter('div[class=entry]')); |
1038 | 1038 | ||
1039 | // Search on starred list | 1039 | // Search on starred list |
1040 | $crawler = $client->request('GET', '/starred/list'); | 1040 | $crawler = $client->request('GET', '/starred/list'); |
@@ -1078,7 +1078,7 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
1078 | 1078 | ||
1079 | $form = $crawler->filter('form[name=search]')->form(); | 1079 | $form = $crawler->filter('form[name=search]')->form(); |
1080 | $data = [ | 1080 | $data = [ |
1081 | 'search_entry[term]' => 'pocket', | 1081 | 'search_entry[term]' => 'wxcvbnqsdf', // a string not available in the database |
1082 | ]; | 1082 | ]; |
1083 | 1083 | ||
1084 | $crawler = $client->submit($form, $data); | 1084 | $crawler = $client->submit($form, $data); |