wiki.techinc.nl/tests/phpunit/includes/parser
Aryeh Gregor 2bb3551082 Only use "*Test.php" for actual PHPUnit tests
Otherwise I get errors every time I try to run PHPUnit on includes/ or
includes/parser, because it tries to run ParserIntegrationTest.php and
fails.  Apparently the <exclude> in suite.xml doesn't work if PHPUnit is
invoked on a directory.

Bug: T201278
Change-Id: I7d09576bee2705d8516152e8fa671da8dac40233
2018-10-03 20:22:22 +03: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
ParserMethodsTest.php Add @covers for BlockLevelPass 2018-02-05 21:21:37 -08:00
ParserOptionsTest.php Use setContentLang() instead of setMwGlobals() 2018-07-26 11:35:58 +00:00
ParserOutputTest.php Hard-deprecate ParserOutput stateful transform methods 2018-02-13 12:28:36 -05:00
ParserPreloadTest.php
PreprocessorTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
SanitizerTest.php Remove $wgExperimentalHtmlIds and related code, deprecated in 1.30 2018-05-01 14:34:02 -07:00
StripStateTest.php StripState testing and cleanup 2018-03-05 16:43:58 +11:00
TagHooksTest.php Add @covers for BlockLevelPass 2018-02-05 21:21:37 -08:00
TidyTest.php Default installations to using RemexHtml for tidying 2018-04-10 10:51:34 -07:00