]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
CS
[github/wallabag/wallabag.git] / 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;
         }