wiki.techinc.nl/tests/phpunit/suites
C. Scott Ananian 5cbb64f56a Remove Preprocessor_DOM, deprecated in 1.34
Remove the deprecated Preprocessor_DOM class, which was hard-deprecated
in 1.34.  This begins to simplify parser configuration and reduce redundant
code paths, but I've left two things for cleanup in a future patch:

1. The `preprocessorClass` configuration option to the parser, exposed
in `$wgParserConf`, ServiceWiring, ParserFactory, etc.  There is no reason
for this to be exposed as configurable, but I've left this clean up to a
future patch.

2. The `$wgMaxGeneratedPPNodeCount` configuration, exposed also in
ParserOptions.  Only Preprocessor_DOM calculated this count, and since
we are only using Preprocessor_Hash now, this configuration has no effect.
But since this value was exposed in ParserOptions and elsewhere, I've
deprecated where needed but left this clean up to a future patch.

Bug: T204945
Change-Id: I727f003f9a42d0c92bcbcce8a8289d5af6cd1298
2020-01-25 11:22:45 -05:00
..
CoreParserTestSuite.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
ExtensionsParserTestSuite.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
ExtensionsTestSuite.php Upgrade PHPUnit to version 7 2019-11-20 21:02:33 -08:00
LessTestSuite.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
ParserIntegrationTest.php Remove Preprocessor_DOM, deprecated in 1.34 2020-01-25 11:22:45 -05:00
ParserTestFileSuite.php Fixes for PHPUnit 8 compatibility 2019-12-10 17:02:06 +00:00
ParserTestTopLevelSuite.php Fixes for PHPUnit 8 compatibility 2019-12-10 17:02:06 +00:00
SuiteEventsTrait.php Upgrade to PHPUnit 8 2020-01-22 15:44:18 +00:00