From: Jeremy Benoist Date: Fri, 11 Mar 2016 13:55:02 +0000 (+0100) Subject: CS X-Git-Tag: 2.0.0~17^2~7 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b308b263396f8dae4565f0471860a783f8682777;p=github%2Fwallabag%2Fwallabag.git CS --- 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; }