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 +07:00
..
Db
EnforcementStateTest.php
ManagerTest.php fix: Handle exception when clearing previously removed two factor tokens 2024-11-05 11:14:05 +07:00
MandatoryTwoFactorTest.php
ProviderLoaderTest.php
ProviderManagerTest.php
ProviderSetTest.php
RegistryTest.php