wiki.techinc.nl/tests/phpunit/includes/parser
daniel ff07253be5 ParserCache: be resilient to string values
This makes the parser cache resilient to encountering string values
where it is currently expecting to get a ParserOutput objerct from the
underlying cache.

This provides forward compatibility with a switch to JSON based caching:
If we have to switch back after writing JSON to the cache for a while,
ParserCache would simply ignore the respective entries, rather than
causing fatal errors.

Bug: T263579
Change-Id: Iaed582097ab2d05edb4b99a738ac39c530fd63c1
2020-10-01 14:53:00 -06:00
..
CoreParserFunctionsTest.php Use $msg2 in CoreParserFunctionsTest::testGender 2020-09-17 03:26:43 +01:00
LinkHolderArrayIntegrationTest.php Update LinkHolderArray tests for new HookContainer parameter 2020-06-23 09:00:32 +10:00
MagicVariableTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ParserCacheTest.php ParserCache: be resilient to string values 2020-10-01 14:53:00 -06:00
ParserMethodsTest.php Replace core uses and hard deprecate Parser(Options) Revision methods 2020-06-03 05:55:35 +00:00
ParserOptionsTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ParserOutputTest.php Revert "Revert "Revert "Hard deprecate all public properties in CacheTime and ParserOutput""" 2020-10-01 12:03:41 -06:00
ParserPreloadTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ParserTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
PreprocessorTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
SanitizerTest.php Hard-deprecate Sanitizer::escapeIdReferenceList() 2020-08-20 19:59:13 -04:00
StripStateTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
TagHooksTest.php Remove Parser::setFunctionTagHook(), deprecated in 1.35 2020-08-26 13:49:00 -04:00