diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 14:56:26 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 14:56:26 +0200 |
commit | 5e7786f3c4f279f78ff80df53480e21b50c3396b (patch) | |
tree | 4a0224d01c3fb99cfac5a8c5fa499a6a62056e17 /tests/Wallabag/UserBundle/Controller | |
parent | c8d2dcdafe95c7986bb9fdaa7998417a014bf6fa (diff) | |
download | wallabag-5e7786f3c4f279f78ff80df53480e21b50c3396b.tar.gz wallabag-5e7786f3c4f279f78ff80df53480e21b50c3396b.tar.zst wallabag-5e7786f3c4f279f78ff80df53480e21b50c3396b.zip |
Fixed two-factor checkbox display in user admin panel
Fix #2380
Diffstat (limited to 'tests/Wallabag/UserBundle/Controller')
-rw-r--r-- | tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php b/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php index 19b824b8..243a4459 100644 --- a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php +++ b/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | |||
@@ -23,7 +23,7 @@ class ManageControllerTest extends WallabagCoreTestCase | |||
23 | 23 | ||
24 | // Create a new user in the database | 24 | // Create a new user in the database |
25 | $crawler = $client->request('GET', '/users/'); | 25 | $crawler = $client->request('GET', '/users/'); |
26 | $this->assertEquals(200, $client->getResponse()->getStatusCode(), "Unexpected HTTP status code for GET /users/"); | 26 | $this->assertEquals(200, $client->getResponse()->getStatusCode(), 'Unexpected HTTP status code for GET /users/'); |
27 | $crawler = $client->click($crawler->selectLink('user.list.create_new_one')->link()); | 27 | $crawler = $client->click($crawler->selectLink('user.list.create_new_one')->link()); |
28 | 28 | ||
29 | // Fill in the form and submit it | 29 | // Fill in the form and submit it |