From 8ff0177e983991677bc43548c34a0556db45d6ec Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Mon, 23 May 2011 18:57:30 +0000 Subject: [PATCH] Follow-up r85403: rm unwanted "new" declaration. --- 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 b67909ec14..01e3f525a7 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -302,7 +302,7 @@ class NewParserTest extends MediaWikiTestCase { $GLOBALS['wgLang'] = $context->lang; $GLOBALS['wgMemc'] = new EmptyBagOStuff; - $GLOBALS['wgOut'] = new $context->output; + $GLOBALS['wgOut'] = $context->output; global $wgHooks; -- 2.20.1