mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 03:52:23 +00:00
CS
This commit is contained in:
parent
4204a06b77
commit
b308b26339
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue