From: Max Semenik Date: Wed, 29 Sep 2010 09:05:47 +0000 (+0000) Subject: Fixed a few parser tests that were failing for me when run by PHPUnit X-Git-Tag: 1.31.0-rc.0~34753 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=b3700978c12c7b15172f2722b612d3882f731ef8;p=lhc%2Fweb%2Fwiklou.git Fixed a few parser tests that were failing for me when run by PHPUnit --- diff --git a/maintenance/tests/parser/parserTest.inc b/maintenance/tests/parser/parserTest.inc index 86ba03f8c5..6e86375c96 100644 --- a/maintenance/tests/parser/parserTest.inc +++ b/maintenance/tests/parser/parserTest.inc @@ -546,6 +546,7 @@ class ParserTest { 'transformVia404' => false, ), 'wgEnableUploads' => self::getOptionValue( 'wgEnableUploads', $opts, true ), + 'wgStylePath' => '/skins', 'wgStyleSheetPath' => '/skins', 'wgSitename' => 'MediaWiki', 'wgServerName' => 'Britney-Spears',