wiki.techinc.nl/tests/phpunit/includes/parser
Timo Tijhof 53ee1cefcf tests: Don't set wgStyleSheetPath in addition to wgStylePath
Because 1) `$wgStyleSheetPath = &$wgStylePath;` in default
settings, so setting one sets the other. No need to set both
and 2) in wmf-branches this variable is unset, thus this
caused an E_NOTICE internally when Test::setMwGlobals is
trying to access it to preserve the current value,
and 3) wgStyleSheetPath is deprecated.

Follows-up I1362932db223.

Change-Id: Ibd3f28e460fef995f68dfe1292d25fb75950dcf5
2013-05-08 00:04:38 +00:00
..
MagicVariableTest.php Revert "Misc follow-ups to I2fc3966e (a161c5e)" 2013-03-22 21:24:58 +00:00
MediaWikiParserTest.php Update code formatting 2013-04-26 14:21:20 +00:00
NewParserTest.php tests: Don't set wgStyleSheetPath in addition to wgStylePath 2013-05-08 00:04:38 +00:00
ParserMethodsTest.php Update code formatting 2013-04-26 14:21:20 +00:00
ParserOutputTest.php Better way for extensions to add to ParserOutput. 2013-01-30 12:45:47 +01:00
ParserPreloadTest.php Update code formatting 2013-04-26 14:21:20 +00:00
PreprocessorTest.php Tests: Make phpunit providers "public static". 2013-03-22 03:12:37 +01:00
TagHooksTest.php Revert "Misc follow-ups to I2fc3966e (a161c5e)" 2013-03-22 21:24:58 +00:00