mediawiki-extensions-AbuseF.../tests/phpunit/unit
Daimona Eaytoy a722dfe1a4 Rename ParserFactory -> RuleCheckerFactory
The old parser now has the correct name "Evaluator", so the
ParserFactory name was outdated. Additionally, the plan is to create a
new RuleChecker class, acting as a facade for the different
parsing-related stages (lexer, parser, evaluator, etc.), which is what
most if not all callers should use. The RuleCheckerFactory still returns
a FilterEvaluator for now.
Also, "Parser" is a specific term defining *how* things happen
internally, whereas "RuleChecker" describes *what* callers should expect
from the new class.

Change-Id: I25b47a162d933c1e385175aae715ca38872b1442
2021-09-08 21:59:34 +02:00
..
ChangeTags build: Updating dependencies 2021-07-21 18:51:18 +00:00
Consequences build: Updating dependencies 2021-07-21 18:51:18 +00:00
Filter Use static closures where safe to use 2021-04-30 20:55:35 +02:00
Hooks build: Updating dependencies 2021-07-21 18:51:18 +00:00
Parser Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
Special build: Updating dependencies 2021-07-21 18:51:18 +00:00
VariableGenerator Replace WikiPage::factory in non-test code 2021-09-01 04:55:25 +00:00
Variables Clean up / simplify parser-related classes 2021-09-08 13:41:52 +02:00
Watcher build: Updating dependencies 2021-07-21 18:51:18 +00:00
AbuseFilterPermissionManagerTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
AbuseFilterTest.php Update userCanViewRev to use Authority 2021-04-07 13:55:10 +02:00
AbuseLoggerFactoryTest.php
BlockAutopromoteStoreTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
CentralDBManagerTest.php tests: Use DBConnRef, not IDatabase, as retval of getConnectionRef 2021-08-31 21:45:10 +02:00
EditBoxBuilderFactoryTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
EditRevUpdaterTest.php tests: Use DBConnRef, not IDatabase, as retval of getConnectionRef 2021-08-31 21:45:10 +02:00
EditStashCacheTest.php Clean up / simplify parser-related classes 2021-09-08 13:41:52 +02:00
EmergencyCacheTest.php Use independent stats for emergency disable 2021-02-26 18:10:49 +01:00
FilterCompareTest.php Use static closures where safe to use 2021-04-30 20:55:35 +02:00
FilterImporterTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
FilterLookupTest.php tests: Use DBConnRef, not IDatabase, as retval of getConnectionRef 2021-08-31 21:45:10 +02:00
FilterProfilerTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
FilterRunnerFactoryTest.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
FilterRunnerTest.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
FilterStoreTest.php Use independent stats for emergency disable 2021-02-26 18:10:49 +01:00
FilterValidatorTest.php Rename ParserFactory -> RuleCheckerFactory 2021-09-08 21:59:34 +02:00
GlobalNameUtilsTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
KeywordsManagerTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
RunnerDataTest.php Clean up / simplify parser-related classes 2021-09-08 13:41:52 +02:00
SpecsFormatterTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
TextExtractorTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00