Fixed two-factor checkbox display in user admin panel

Fix #2380
This commit is contained in:
Nicolas Lœuillet
2016-10-07 14:56:26 +02:00
parent c8d2dcdafe
commit 5e7786f3c4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class ManageControllerTest extends WallabagCoreTestCase
// Create a new user in the database
$crawler = $client->request('GET', '/users/');
$this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code for GET /users/");
$this->assertEquals(200, $client->getResponse()->getStatusCode(), 'Unexpected HTTP status code for GET /users/');
$crawler = $client->click($crawler->selectLink('user.list.create_new_one')->link());
// Fill in the form and submit it