wiki.techinc.nl/tests/phpunit/includes/parser
Subramanya Sastry bcb7009c41 Use real section metadata in tests
* Most of the files were generated from the validate* script.
* Post-processing of these generated files to fix problems:
  - Some of the files were binary-edited via "vi -b" to fix some
    issues with bad property names used in the prior step.
    1.36, 1.38, 1.39 files were all fixed up this way.
  - In addition, the 1.36 file had bad data (not sure if the wrong
    php version was used) but I fixed this by splicing in data
    from the 1.38 file to revert incorrect changes to "Categories"
    and "IndexPolicy" properties.
  - The 1.35 data file was binary edited by splicing data from the
    now 1.36 version.

Change-Id: I4e22b94ce30c2ad9b1f544c15e1c3cd0dd0bce6b
2022-11-23 12:45:27 -05:00
..
CacheTimeTest.php Migrate from setMwGlobals() to overrideConfigValue(s) 2022-08-02 10:14:10 +01:00
CoreParserFunctionsTest.php
LinkHolderArrayIntegrationTest.php Migrate from setMwGlobals() to overrideConfigValue(s) 2022-08-02 10:14:10 +01:00
MagicVariableTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-07-06 00:44:00 +02:00
PageBundleJsonTraitTest.php
ParserCacheSerializationTestCases.php Use real section metadata in tests 2022-11-23 12:45:27 -05:00
ParserCacheTest.php parser: Mock WikiPage::getContentModel in ParserCacheTest to fix php8.1 2022-07-25 20:51:51 +00:00
ParserMethodsTest.php Parser: Use linkAnchor in section definition as well as anchor 2022-09-14 12:54:36 -04:00
ParserOptionsTest.php Track the reason for rendering. 2022-11-09 09:38:57 +00:00
ParserOutputTest.php parser: Use a <meta> tag for the internal TOC_PLACEHOLDER 2022-08-16 06:05:17 +00:00
ParserPreloadTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-07-06 00:44:00 +02:00
ParserTest.php
PreprocessorTest.php Auto-discover core parser test files 2022-10-13 10:41:15 -04:00
RevisionOutputCacheTest.php Replace deprecated calls ParserOptions::newCanonical( 'canonical' ) 2022-06-16 14:22:24 +01: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 tests: Use Title::makeTitle instead of Title::newFromText 2022-07-06 00:44:00 +02:00
validateParserCacheSerializationTestData.php