mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 18:30:17 +01:00
Fixed tests
This commit is contained in:
parent
594c609a54
commit
680da52ea8
@ -1114,7 +1114,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
|
|||||||
|
|
||||||
$client->request('GET', '/unread/list');
|
$client->request('GET', '/unread/list');
|
||||||
|
|
||||||
$this->assertStringContainsString('collection', $client->getResponse()->getContent());
|
$this->assertStringContainsString('row data', $client->getResponse()->getContent());
|
||||||
|
|
||||||
$client->request('GET', '/config/view-mode');
|
$client->request('GET', '/config/view-mode');
|
||||||
$crawler = $client->followRedirect();
|
$crawler = $client->followRedirect();
|
||||||
|
Loading…
Reference in New Issue
Block a user