From b308b263396f8dae4565f0471860a783f8682777 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 11 Mar 2016 14:55:02 +0100 Subject: [PATCH] CS --- .../CoreBundle/Tests/Controller/SecurityControllerTest.php | 2 ++ 1 file changed, 2 insertions(+) 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 if (!$client->getContainer()->getParameter('twofactor_auth')) { $this->markTestSkipped('twofactor_auth is not enabled.'); + return; } @@ -54,6 +55,7 @@ class SecurityControllerTest extends WallabagCoreTestCase if (!$client->getContainer()->getParameter('twofactor_auth')) { $this->markTestSkipped('twofactor_auth is not enabled.'); + return; } -- 2.41.0