mirror of
https://github.com/wallabag/wallabag.git
synced 2025-10-15 19:42:08 +00:00
Merge 5db128a071
into bed6d09ef2
This commit is contained in:
commit
00b3d94fee
3 changed files with 2 additions and 6 deletions
|
@ -1131,7 +1131,7 @@ class ConfigControllerTest extends WallabagTestCase
|
|||
|
||||
$this->assertSame(400, $client->getResponse()->getStatusCode());
|
||||
$this->assertGreaterThan(1, $body = $crawler->filter('body')->extract(['_text']));
|
||||
$this->assertStringContainsString('Bad CSRF token.', $body[0]);
|
||||
$this->assertStringContainsString('400: Bad Request', $body[0]);
|
||||
}
|
||||
|
||||
public function testChangeLocaleWithReferer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue