wiki.techinc.nl/tests/phpunit/includes/parser
Tim Starling f5e6b58178 Use double-underscore instead of non-ASCII character for class name separator
MediaWikiParserTest.php generates fake test classes with eval(). It uses
synthetic class names with U+2044 "fraction slash" as a separator, but
this turns out to be an unfortunate choice since in certain terminal
modes, it causes readline to return to the start of the line as if the
"home" key was pressed, without adding a character. This makes it
difficult to paste class names.

Change-Id: I1c66b9caf256b8d0535fb7ed6e52ed842e193f46
2015-09-07 15:45:26 +10:00
..
MagicVariableTest.php Add @group Database tags to tests that need it 2015-04-01 11:20:23 +02:00
MediaWikiParserTest.php Use double-underscore instead of non-ASCII character for class name separator 2015-09-07 15:45:26 +10:00
NewParserTest.php Deprecate $wgEnableParserCache 2015-06-04 19:23:03 +01:00
ParserMethodsTest.php Add @group Database tags to tests that need it 2015-04-01 11:20:23 +02:00
ParserOutputTest.php Remove getSecondaryDataUpdates and friends from ParserOutput. 2015-02-24 11:01:16 +01:00
ParserPreloadTest.php General cleanup of Parser tests 2013-10-23 12:26:15 +00:00
PreprocessorTest.php Pass phpcs-strict on some test files (9/11) 2014-04-24 13:50:47 -07:00
TagHooksTest.php Add @group Database tags to tests that need it 2015-04-01 11:20:23 +02:00
TidyTest.php test: Clean up data providers that should be static 2014-09-18 12:52:44 -07:00