From fa08f3be62dda4bb2080ee603a7d0e7cfe522459 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 5 Jan 2011 23:54:07 +0000 Subject: [PATCH] $messageMemc is used as local variable in line 63, function setUp $messageMemc is used as local variable in line 74, function setUp --- tests/phpunit/includes/parser/NewParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index dcd11747bd..84e631c30c 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -26,7 +26,7 @@ class NewParserTest extends MediaWikiTestCase { //PHPUnit + MediaWikiTestCase functions function setUp() { - global $wgContLang, $wgUseDatabaseMessages, $wgMsgCacheExpiry, $wgNamespaceProtection, $wgNamespaceAliases, $IP; + global $wgContLang, $wgUseDatabaseMessages, $wgMsgCacheExpiry, $wgNamespaceProtection, $wgNamespaceAliases, $IP, $messageMemc; $wgContLang = Language::factory( 'en' ); //Setup CLI arguments -- 2.20.1