mediawiki-extensions-AbuseF.../tests/phpunit/integration
Daimona Eaytoy b2dc2c4dd8 Refactor ParserStatus
ParserStatus is now more lightweight, and doesn't know about "result"
and "from cache". Instead, it has an isValid() method which is merely a
shorthand for checking whether getException() is null.

Introduce a child class, RuleCheckerStatus, which knows about result and
cache and can be (un)serialized.

This removes the ambiguity of the $result field, and helps the
transition to a new RuleChecker class.

Change-Id: I0dac7ab4febbfdabe72596631db630411d967ab5
2021-09-17 11:25:54 +00:00
..
Api Refactor ParserStatus 2021-09-17 11:25:54 +00:00
Maintenance build: Updating dependencies 2021-07-21 18:51:18 +00:00
Parser More cleanup for parser-related classes 2021-09-10 12:50:20 +00:00
Special build: Updating dependencies 2021-07-21 18:51:18 +00:00
AbuseFilterServicesTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00
EchoNotifierTest.php build: Updating dependencies 2021-07-21 18:51:18 +00:00