mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 11:45:14 +00:00
Fixed tests
This commit is contained in:
parent
594c609a54
commit
680da52ea8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue