wiki.techinc.nl/tests/phpunit/includes/ResourceLoader
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
..
templates ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
ClientHtmlTest.php ResourceLoader: Hoist and simplify @covers in test cases 2022-08-23 23:59:17 +00:00
ContextTest.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
DerivativeContextTest.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
FileModuleTest.php ResourceLoader: Hoist and simplify @covers in test cases 2022-08-23 23:59:17 +00:00
ImageModuleTest.php ResourceLoader: Hoist and simplify @covers in test cases 2022-08-23 23:59:17 +00:00
LessVarFileModuleTest.php ResourceLoader: Hoist and simplify @covers in test cases 2022-08-23 23:59:17 +00:00
MessageBlobStoreTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
ModuleTest.php ResourceLoader: Hoist and simplify @covers in test cases 2022-08-23 23:59:17 +00:00
OOUIImageModuleTest.php tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 14:13:16 -04:00
ResourceLoaderTest.php tests: Replace assertRegExp with assertMatchesRegularExpression 2022-10-07 14:13:16 -04:00
SkinModuleTest.php ResourceLoaderSkinModule: Split up interface feature into multiple parts 2022-08-24 13:59:17 +00:00
StartUpModuleTest.php ResourceLoader: Hoist and simplify @covers in test cases 2022-08-23 23:59:17 +00:00
UserOptionsModuleTest.php ResourceLoader namespace (attempt 2) 2022-05-24 15:41:46 +00:00
WikiModuleTest.php Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00