mediawiki-extensions-Confir.../tests/phpunit
Daimona Eaytoy b156d227aa tests: Replace assertRegExp with assertMatchesRegularExpression
The method was renamed in PHPUnit 9.

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

Also extend MediaWikiIntegrationTestCase, so that it can use the
forward-compatible assertMatchesRegularExpression method.

Bug: T243600
Change-Id: I6859b48f7a9084101e981fb48449c1c1dc17a80c
2022-10-07 15:31:59 +02:00
..
SimpleCaptcha Namespace base classes 2022-07-30 18:13:03 +00:00
CaptchaAuthenticationRequestTest.php Namespace base classes 2022-07-30 18:13:03 +00:00
CaptchaPreAuthenticationProviderTest.php Namespace base classes 2022-07-30 18:13:03 +00:00
HTMLFancyCaptchaFieldTest.php tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 15:31:59 +02:00
HTMLReCaptchaNoCaptchaFieldTest.php tests: Pass context to HTMLForm constructor 2022-05-15 23:35:03 +02:00
QuestyCaptchaTest.php MediaWikiTestCase -> MediaWikiIntegrationTestCase 2021-11-29 19:54:25 +00:00
ReCaptchaNoCaptchaAuthenticationRequestTest.php