nextcloud-server/tests/lib/Security
Arthur Schiwon 997c2a2a79
fix DBAL exception handling in setValues
This seems to be a left over after abstracting DBAL. Nowadays,
IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where
previously original DBAL exceptions where thrown. These are now wrapped,
the orignal classes are now mapped to a reason.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-31 17:01:17 +07:00
..
Bruteforce Migrate from ILogger to LoggerInterface where needed in the tests 2022-03-24 16:21:26 +07:00
CSP Add CSP policy merge priority for booleans 2022-04-01 13:56:34 +07:00
CSRF Make Security module strict 2021-04-19 17:31:12 +07:00
FeaturePolicy Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
IdentityProof composer run cs:fix 2023-01-20 11:45:08 +07:00
Normalizer Improve normalizer detecting IPv4 inside of IPv6 2021-11-22 16:46:25 +07:00
RateLimiting Adjust tests 2021-09-06 17:46:02 +07:00
VerificationToken Fix syntax in VerificationTokenTest.php 2022-11-15 09:25:56 +07:00
CertificateManagerTest.php Remove deprecated at matcher from tests/lib 2022-08-29 16:36:40 +07:00
CertificateTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
CredentialsManagerTest.php fix DBAL exception handling in setValues 2023-03-31 17:01:17 +07:00
CryptoTest.php Make Security module strict 2021-04-19 17:31:12 +07:00
HasherTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
RemoteHostValidatorIntegrationTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
RemoteHostValidatorTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SecureRandomTest.php Validate requested length is random string generator 2022-05-12 13:58:18 +07:00
TrustedDomainHelperTest.php Add an OCP for trusted domain helper 2021-10-28 10:24:16 +07:00