wiki.techinc.nl/tests/phpunit/includes/preferences
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
..
DefaultPreferencesFactoryTest.php Fix SignatureValidatorFactory circular dependency 2022-04-13 12:38:00 +10:00
SignatureValidatorTest.php preferences: Introduce SignatureValidatorFactory service 2021-12-14 12:10:32 +00:00