nextcloud/tests/lib/Authentication
Carl Schwan c4e6fbdae7 fix(query-builder): Don't catch UniqueConstraintViolationException
UniqueConstraintViolationException is no longer throw directly but
instead is now wrapped inside a \OCP\DB\Exception. So check the
exception reason.

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2025-09-02 11:55:58 +02:00
..
Events refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Listeners chore: run rector on tests 2025-06-12 18:31:58 +02:00
Login fix(SetUserTimezoneCommand): only write user login timezone if not yet set 2025-08-18 12:40:42 +02:00
LoginCredentials chore: run rector on tests with new rule 2025-06-12 18:38:29 +02:00
Token fix(query-builder): Don't catch UniqueConstraintViolationException 2025-09-02 11:55:58 +02:00
TwoFactorAuth chore: run rector 2025-07-01 22:45:52 +02:00