wiki.techinc.nl/tests/phpunit/includes/parser
C. Scott Ananian 53fe91ded5 Hard deprecate Preprocessor_DOM
The Preprocessor_DOM implementation doesn't interact well with PHP memory
profiling, and has some limitations not present in the Preprocessor_Hash
implementation (see T216664).  There is no reason to keep around two
versions of the preprocessor: it just complicates on-going wikitext
feature development.

Hard deprecate use of Preprocessor_DOM, so we can remove the redundant
code in a future release.

Bug: T204945
Depends-On: Id38c9360e4d02b570996dbf7a660f964f02f1a2c
Change-Id: Ica5d1ad5b1e677542962fc36d582a793f941155e
2019-06-14 12:21:40 -04:00
..
CoreParserFunctionsTest.php Make Gender normalize usernames 2018-01-22 23:12:01 +00:00
MagicVariableTest.php Use setContentLang() instead of setMwGlobals() 2018-07-26 11:35:58 +00:00
ParserFactoryTest.php Don't pass Config to Parser(Factory) 2019-05-20 11:19:21 -05:00
ParserMethodsTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
ParserOptionsTest.php Avoid extra parse/save delay for users with non-canonical parser options 2019-04-14 02:00:16 +00:00
ParserOutputTest.php Add missing newline between <?php and namespace/use section 2019-06-03 13:36:48 +00:00
ParserPreloadTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
ParserTest.php Don't pass Config to Parser(Factory) 2019-05-20 11:19:21 -05:00
PreprocessorTest.php Hard deprecate Preprocessor_DOM 2019-06-14 12:21:40 -04:00
SanitizerTest.php SECURITY: blacklist CSS var() 2019-06-06 16:15:55 +00:00
StripStateTest.php StripState testing and cleanup 2018-03-05 16:43:58 +11:00
TagHooksTest.php Mass conversion of $wgContLang to service 2018-08-11 22:44:29 -06:00
TidyTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00