0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-14 21:09:20 +00:00
nextcloud_server/tests/lib/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 5ea5b2de84
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 11:14:05 +01:00
..
Db refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
EnforcementStateTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ManagerTest.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +01:00
MandatoryTwoFactorTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ProviderLoaderTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ProviderManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ProviderSetTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
RegistryTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00