mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +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');
|
||||
|
||||
$this->assertStringContainsString('collection', $client->getResponse()->getContent());
|
||||
$this->assertStringContainsString('row data', $client->getResponse()->getContent());
|
||||
|
||||
$client->request('GET', '/config/view-mode');
|
||||
$crawler = $client->followRedirect();
|
||||
|
|
Loading…
Reference in a new issue