nextcloud/tests/lib/Authentication/TwoFactorAuth
Daniel Calviño Sánchez 381a2aa627
fix: Clear pending two factor tokens also from configuration
Otherwise as the tokens were removed from the database but not from the
configuration the next time that the tokens were cleared the previous
tokens were still got from the configuration, and trying to remove them
again from the database ended in a DoesNotExistException being thrown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-11-05 11:14:04 +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: Clear pending two factor tokens also from configuration 2024-11-05 11:14:04 +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