From c0dcc34ac4f08f85136b6e29f9cca6e1a0626300 Mon Sep 17 00:00:00 2001 From: Wil Mahan Date: Thu, 23 Sep 2004 06:43:43 +0000 Subject: [PATCH] add $wgSitename global for testing magic variables --- maintenance/parserTests.php | 1 + 1 file changed, 1 insertion(+) 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 ) { -- 2.20.1