mediawiki-extensions-AbuseF.../tests/phpunit
Daimona Eaytoy 9f78933426 tests: Replace assertNotRegExp with assertDoesNotMatchRegularExpression
The method was renamed in PHPUnit 9.

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

Bug: T243600
Change-Id: If0a7775cb96b3c4eb90b6dfe52d8647c12194ccc
2022-10-07 19:06:21 +02:00
..
integration tests: Improve tests for postgres 2022-07-09 21:40:27 +00:00
unit Clean up line indent with mixed tabs and whitespaces 2022-07-31 16:34:07 +02:00
AbuseFilterConsequencesTest.php Use MediaWikiIntegrationTestCase::getDb() instead of the "db" member 2022-08-31 15:58:00 -07:00
AbuseFilterCreateAccountTestTrait.php tests: Improve RCVariableGeneratorTest 2022-06-29 22:34:44 +02:00
AbuseFilterFilterUserTest.php Add logging when the 'block' action fails 2022-03-05 19:12:53 +00:00
AbuseFilterRowsAndFiltersTestTrait.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
AbuseFilterUploadTestTrait.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
ConsequenceGetMessageTestTrait.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
DegroupTest.php Remove $info argument from ReversibleConsequence::revert 2022-06-08 11:59:18 +02:00
LazyVariableComputerDBTest.php tests: Replace assertNotRegExp with assertDoesNotMatchRegularExpression 2022-10-07 19:06:21 +02:00
RCVariableGeneratorTest.php Try to unbreak tests on sqlite 2022-07-16 07:02:48 +00:00
SchemaChangesHandlerTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
UpdateHitCountWatcherTest.php tests: Use DBConnRef, not IDatabase, as retval of getConnectionRef 2021-08-31 21:45:10 +02:00