This commit is contained in:
Jeremy Benoist 2016-03-11 14:55:02 +01:00
parent 4204a06b77
commit b308b26339

@ -22,6 +22,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
if (!$client->getContainer()->getParameter('twofactor_auth')) { if (!$client->getContainer()->getParameter('twofactor_auth')) {
$this->markTestSkipped('twofactor_auth is not enabled.'); $this->markTestSkipped('twofactor_auth is not enabled.');
return; return;
} }
@ -54,6 +55,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
if (!$client->getContainer()->getParameter('twofactor_auth')) { if (!$client->getContainer()->getParameter('twofactor_auth')) {
$this->markTestSkipped('twofactor_auth is not enabled.'); $this->markTestSkipped('twofactor_auth is not enabled.');
return; return;
} }