wiki.techinc.nl/tests/phpunit/includes/parser
Petr Pchelko 8cc6b7f99a ParserCache JSON - do not \u encode unicode and special characters.
Without passing ALL_OK constant, json-encoding will \u-escape
all the unicode, which will blow the size of serialized data,
especially on Russian wiki out of proportion.

Bug: T263579
Change-Id: Ifaaf1cdfaeeb17c3a99ed742b64ae5cc3157500c
2020-10-22 18:26:59 -07:00
..
CacheTimeTest.php Add test infra for ParserCache serialization/deserialization 2020-10-09 08:14:57 -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
ParserCacheSerializationTestCases.php Add deserialization acceptance tests for ParserOutput 2020-10-12 08:55:32 +00:00
ParserCacheTest.php ParserCache JSON - do not \u encode unicode and special characters. 2020-10-22 18:26:59 -07: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 Add test infra for ParserCache serialization/deserialization 2020-10-09 08:14:57 -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
SerializationTestTrait.php Use JSON for parser cache 2020-10-13 16:28:52 -07:00
SerializationTestUtils.php Add test infra for ParserCache serialization/deserialization 2020-10-09 08:14:57 -06: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
validateParserCacheSerializationTestData.php Add test infra for ParserCache serialization/deserialization 2020-10-09 08:14:57 -06:00