wiki.techinc.nl/tests/phpunit/unit/includes/parser
Tim Starling 13c1839735 Fix SignatureValidatorFactory circular dependency
Parser is using the service container to get a SignatureValidator
because, as noted in Gerrit comments on the relevant commit, there is a
circular dependency Parser -> SignatureValidatorFactory -> Parser.

So, have SignatureValidatorFactory::__construct() take a closure which
returns a Parser, instead of an actual Parser or ParserFactory.

Change-Id: I7bf4660f84ec8c8fb1d5b3b8581fe5d82bc3156e
2022-04-13 12:38:00 +10:00
..
Parsoid/Config Revert "Add temporary ParsoidSiteConfigInit hook" 2022-04-07 20:16:57 +00:00
LinkHolderArrayTest.php
ParserCacheFactoryTest.php Convert ParserCache to PageRecord 2021-04-02 21:14:54 -06:00
ParserFactoryTest.php Fix SignatureValidatorFactory circular dependency 2022-04-13 12:38:00 +10:00
ParserObserverTest.php Detect and monitor against multiple Parser invocation during edit requests 2021-09-23 16:12:40 -05:00
SanitizerUnitTest.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00