wiki.techinc.nl/tests/phpunit/unit/includes/parser
Petr Pchelko fec48eb5a4 Create ParserCacheFactory.
* Makes ParserCache take the root of the key
  as a constructor argument
* Introduces a ParserCacheFactory

Next steps:
- convert FlaggedRevs to using this.
- cleanup

This assumes that we wouldn't want to differentiate
the parser cache settings per use-case, as it is now
for default vs flaggedrevs caches. There are only two settings:
$wgParserCacheType - name of the BagOStuff to use
$wgParserCacheExpireTime - the expiration time.
I think if we wanted to have different settings for different
caches, we could add that as a next step.

Bug: T263583
Change-Id: I188772da541a95c95a5ecece7c7dd748395506c2
2020-09-25 18:17:58 -07:00
..
LinkHolderArrayTest.php Update LinkHolderArray tests for new HookContainer parameter 2020-06-23 09:00:32 +10:00
ParserCacheFactoryTest.php Create ParserCacheFactory. 2020-09-25 18:17:58 -07:00
ParserFactoryTest.php Whitespace cleanup: Use tabs for indentation, avoid double spaces 2020-06-27 07:53:07 +00:00
SanitizerUnitTest.php Drop Sanitizer::escapeId(), deprecated in MediaWiki 1.30 2020-07-29 17:08:45 -04:00
TidyTest.php Deprecate a few more tidy-related methods 2020-05-01 21:08:54 +00:00