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 |
||
|---|---|---|
| .. | ||
| Parsoid/Config | ||
| LinkHolderArrayTest.php | ||
| ParserCacheFactoryTest.php | ||
| ParserFactoryTest.php | ||
| ParserObserverTest.php | ||
| SanitizerUnitTest.php | ||