aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-26 14:10:17 +0200
committerGitHub <noreply@github.com>2019-07-26 14:10:17 +0200
commit13fddc353ef71db56d478d6f969d2984e247739d (patch)
tree331594a590ea6f82ba15457f0f86e9491d1f85da /tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
parent02a7eb84354cce56c73b4e8fb8294dc67909513f (diff)
parent1ebc8e1f024ae0f13a495872ba7b3705251bfc1f (diff)
downloadwallabag-13fddc353ef71db56d478d6f969d2984e247739d.tar.gz
wallabag-13fddc353ef71db56d478d6f969d2984e247739d.tar.zst
wallabag-13fddc353ef71db56d478d6f969d2984e247739d.zip
Merge pull request #4068 from wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0
Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php b/tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
index 93019b1f..6b51f403 100644
--- a/tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php
@@ -48,7 +48,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
48 48
49 $this->logInAsUsingHttp('admin'); 49 $this->logInAsUsingHttp('admin');
50 $crawler = $client->request('GET', '/config'); 50 $crawler = $client->request('GET', '/config');
51 $this->assertContains('scheb_two_factor.trusted', $crawler->filter('body')->extract(['_text'])[0]); 51 $this->assertContains('trusted', $crawler->filter('body')->extract(['_text'])[0]);
52 52
53 // restore user 53 // restore user
54 $user = $em 54 $user = $em
@@ -81,7 +81,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
81 81
82 $this->logInAsUsingHttp('admin'); 82 $this->logInAsUsingHttp('admin');
83 $crawler = $client->request('GET', '/config'); 83 $crawler = $client->request('GET', '/config');
84 $this->assertContains('scheb_two_factor.trusted', $crawler->filter('body')->extract(['_text'])[0]); 84 $this->assertContains('trusted', $crawler->filter('body')->extract(['_text'])[0]);
85 85
86 // restore user 86 // restore user
87 $user = $em 87 $user = $em