From: Wil Mahan Date: Thu, 23 Sep 2004 06:43:43 +0000 (+0000) Subject: add $wgSitename global for testing magic variables X-Git-Tag: 1.5.0alpha1~1855 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=c0dcc34ac4f08f85136b6e29f9cca6e1a0626300;p=lhc%2Fweb%2Fwiklou.git add $wgSitename global for testing magic variables --- diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index 20d666c22d..323b9313b8 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -157,6 +157,7 @@ class ParserTest { 'wgScript' => '/index.php', 'wgScriptPath' => '/', 'wgArticlePath' => '/wiki/$1', + 'wgSitename' => 'MediaWiki', ); $this->savedGlobals = array(); foreach( $settings as $var => $val ) {