mediawiki-extensions-AbuseF.../tests
Daimona Eaytoy 1bac110205 Remove dependency on $wgRestrictionTypes
This was used to dynamically generate *_restriction_* variables.
However, it had two big problems:
 - We only have i18n for 'create', 'move', 'edit', and 'upload' (the
 default value of the global); other restrictions would show missing
 messages in various pages.
 - We had to access the global state in various points.

This change also makes some code in AbuseFilterVariableHolder simpler,
and also allows us to make AbuseFilterTest a unit test.

Change-Id: I321ad6e07f8243200af67a581b6e485970efd3ce
2020-02-25 23:17:54 +00:00
..
parserTests tests: Increase and rebalance code coverage 2020-02-07 18:32:17 +00:00
parserTestsEquivset Move parser tests to /unit 2019-08-28 16:36:37 +00:00
phpunit Remove dependency on $wgRestrictionTypes 2020-02-25 23:17:54 +00:00
selenium Fix some edge cases in ViewEdit 2020-02-08 15:35:46 +01:00