nextcloud-server/tests/lib/Authentication/TwoFactorAuth
Daniel Calviño Sánchez fcefd37a5f fix: Handle exception when clearing previously removed two factor tokens
If a token was already removed from the database but not from the
configuration clearing the tokens will try to remove it again from the
database, which caused a DoesNotExistException to be thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 10:50:29 +07:00
..
Db chore: Add SPDX header 2024-05-13 17:41:36 +07:00
EnforcementStateTest.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
ManagerTest.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 10:50:29 +07:00
MandatoryTwoFactorTest.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
ProviderLoaderTest.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
ProviderManagerTest.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
ProviderSetTest.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00
RegistryTest.php chore: Add SPDX header 2024-05-13 17:41:36 +07:00