aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
index 5c098cc2..ed292633 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
@@ -22,6 +22,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
22 22
23 if (!$client->getContainer()->getParameter('twofactor_auth')) { 23 if (!$client->getContainer()->getParameter('twofactor_auth')) {
24 $this->markTestSkipped('twofactor_auth is not enabled.'); 24 $this->markTestSkipped('twofactor_auth is not enabled.');
25
25 return; 26 return;
26 } 27 }
27 28
@@ -54,6 +55,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
54 55
55 if (!$client->getContainer()->getParameter('twofactor_auth')) { 56 if (!$client->getContainer()->getParameter('twofactor_auth')) {
56 $this->markTestSkipped('twofactor_auth is not enabled.'); 57 $this->markTestSkipped('twofactor_auth is not enabled.');
58
57 return; 59 return;
58 } 60 }
59 61