wiki.techinc.nl/tests/phpunit/unit/includes/password
Daimona Eaytoy ee672592d8 tests: Replace assertRegExp with assertMatchesRegularExpression
And also assertNotRegExp -> assertDoesNotMatchRegularExpression. The
methods were renamed in PHPUnit 9.

Done automatically with:
  grep -rl assertRegExp tests/ | xargs sed -r -i "s/>assertRegExp\(/>assertMatchesRegularExpression\(/"
  grep -rl assertNotRegExp tests/ | xargs sed -r -i "s/>assertNotRegExp\(/>assertDoesNotMatchRegularExpression\(/"

Split out from Ifdba0f9e98eb6bce4590b7eb73170c51a697d7c6 so that it
remains smaller and easier to review.

Also make a test use MediaWikiUnitTestCase (it's already in the unit/
dir) so that it can access the forward-compat method.

Bug: T243600
Change-Id: Ifa279d5f201d7abeebece292141ebface8278046
2022-10-07 14:13:16 -04:00
..
AbstractPbkdf2PasswordTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
Argon2PasswordTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
BcryptPasswordTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
EncryptedPasswordTest.php tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 14:13:16 -04:00
LayeredParameterizedPasswordTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
MWOldPasswordTest.php
MWSaltedPasswordTest.php
PasswordFactoryTest.php unit tests: Use MainConfigNames constant to refer configs 2022-08-17 22:33:58 +02:00
PasswordPolicyChecksTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
PasswordTest.php
PasswordTestCase.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
Pbkdf2PasswordTestCase.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
Pbkdf2PasswordUsingHashExtensionTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00
Pbkdf2PasswordUsingOpenSSLTest.php Use OpenSSL if available for PBKDF2 password hashing 2022-10-04 19:46:14 -04:00