wiki.techinc.nl/tests/phpunit/includes/parser
C. Scott Ananian d5b39490ca Remove back-compatibility code for ToC marker
Before 1.39 we used <mw:toc> and in 1.39 we switched to <mw:tocplace/>
(commit 24949480eb).  This was changed
to a <meta> tag in 1.40 (commit
0b10563895 and
fa8646ca7b) and the old content has long
since expired from the ParserCache.  Clean up the old ParserCache
transition code.

Change-Id: I3254d0acba31e107b50767797a2b0ad28aba59ee
2023-02-10 00:03:54 -05:00
..
CacheTimeTest.php Migrate from setMwGlobals() to overrideConfigValue(s) 2022-08-02 10:14:10 +01:00
CoreParserFunctionsTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
LinkHolderArrayIntegrationTest.php parser: Optimize regex patterns used in LinkHolderArray 2023-01-07 13:25:33 +00:00
MagicVariableTest.php
MagicWordFactoryTest.php Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
PageBundleJsonTraitTest.php
ParserCacheSerializationTestCases.php Use real section metadata in tests 2022-11-23 12:45:27 -05:00
ParserCacheTest.php JsonCodec: fix en/decoding of nested objects and stdClass objects 2023-01-12 14:12:32 -05:00
ParserMethodsTest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
ParserOptionsTest.php Track the reason for rendering. 2022-11-09 09:38:57 +00:00
ParserOutputTest.php Remove back-compatibility code for ToC marker 2023-02-10 00:03:54 -05:00
ParserPreloadTest.php
ParserTest.php Reorg: Move category-related classes from includes/ to Category/ 2023-02-09 20:18:54 +01:00
PreprocessorTest.php Auto-discover core parser test files 2022-10-13 10:41:15 -04:00
RevisionOutputCacheTest.php JsonCodec: fix en/decoding of nested objects and stdClass objects 2023-01-12 14:12:32 -05:00
SanitizerTest.php Migrate from setMwGlobals() to overrideConfigValue(s) 2022-08-02 10:14:10 +01:00
StripStateTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
TagHooksTest.php
validateParserCacheSerializationTestData.php