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 |
||
|---|---|---|
| .. | ||
| AbstractPbkdf2PasswordTest.php | ||
| Argon2PasswordTest.php | ||
| BcryptPasswordTest.php | ||
| EncryptedPasswordTest.php | ||
| LayeredParameterizedPasswordTest.php | ||
| MWOldPasswordTest.php | ||
| MWSaltedPasswordTest.php | ||
| PasswordFactoryTest.php | ||
| PasswordPolicyChecksTest.php | ||
| PasswordTest.php | ||
| PasswordTestCase.php | ||
| Pbkdf2PasswordTestCase.php | ||
| Pbkdf2PasswordUsingHashExtensionTest.php | ||
| Pbkdf2PasswordUsingOpenSSLTest.php | ||