diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 16:35:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 16:35:01 +0200 |
commit | 499ba4cb2fb6c53982923d53c8a72ba8594dc8c7 (patch) | |
tree | 1b2c6de91bd3977b2fa404055c86505eb776d1cd /tests/Wallabag | |
parent | aa88d2494b1f574afcb5ab9caf098d8f0253ec33 (diff) | |
parent | 5e7786f3c4f279f78ff80df53480e21b50c3396b (diff) | |
download | wallabag-499ba4cb2fb6c53982923d53c8a72ba8594dc8c7.tar.gz wallabag-499ba4cb2fb6c53982923d53c8a72ba8594dc8c7.tar.zst wallabag-499ba4cb2fb6c53982923d53c8a72ba8594dc8c7.zip |
Merge pull request #2388 from wallabag/fix-2factor-user-admin
Fixed two-factor checkbox display in user admin panel
Diffstat (limited to 'tests/Wallabag')
-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 |