]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 11 Mar 2016 13:55:02 +0000 (14:55 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 20 Mar 2016 20:12:22 +0000 (21:12 +0100)
src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php

index 5c098cc28aa37fa6ed271b93cd68f9a8c85abfd6..ed2926337d6da9694a5129e45e4d97f13084ba8a 100644 (file)
@@ -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;
         }