diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-11 14:55:02 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-20 21:12:22 +0100 |
commit | b308b263396f8dae4565f0471860a783f8682777 (patch) | |
tree | 8f92f40d12236c0a2b3000dddeacb414aa2bb9ec /src/Wallabag | |
parent | 4204a06b7726597dc84fe34b39c53f1534a86140 (diff) | |
download | wallabag-b308b263396f8dae4565f0471860a783f8682777.tar.gz wallabag-b308b263396f8dae4565f0471860a783f8682777.tar.zst wallabag-b308b263396f8dae4565f0471860a783f8682777.zip |
CS
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php | 2 |
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 | ||