Follow-up r85403: rm unwanted "new" declaration.
authorHappy-melon <happy-melon@users.mediawiki.org>
Mon, 23 May 2011 18:57:30 +0000 (18:57 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Mon, 23 May 2011 18:57:30 +0000 (18:57 +0000)
tests/phpunit/includes/parser/NewParserTest.php

index b67909e..01e3f52 100644 (file)
@@ -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;