mediawiki-extensions-AbuseF.../tests/phpunit
Thalia 540a557a59 Replace calls to deprecated Block::prevents
Where prevents is used as a setter, use the new setter methods;
where it is used to determine whether a block blocks the target
from editing their talk page, use appliesToUsertalk.

Block::prevents was deprecated and replaced by several other
methods in I0e131696419211.

Bug: T211578
Change-Id: I166cc6f64c0f895ff8c631d2655c1c3208131371
2019-02-22 19:29:02 +00:00
..
AbuseFilterConsequencesTest.php Replace calls to deprecated Block::prevents 2019-02-22 19:29:02 +00:00
AbuseFilterParserTest.php Replace @expectedException with $this->expectException() 2019-02-19 10:58:16 +01:00
AbuseFilterSaveTest.php In tests that create users, add 'user' to $this->tablesUsed 2019-02-08 16:40:17 +11:00
AbuseFilterTest.php In tests that create users, add 'user' to $this->tablesUsed 2019-02-08 16:40:17 +11:00
AbuseFilterTokenizerTest.php Improve code coverage 2018-08-22 19:07:14 +02:00
AFPDataTest.php Improve code coverage 2018-08-22 19:07:14 +02:00