r88665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88664‎ | r88665 | r88666 >
Date:18:57, 23 May 2011
Author:happy-melon
Status:ok
Tags:
Comment:
Follow-up r85403: rm unwanted "new" declaration.
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php
@@ -302,7 +302,7 @@
303303 $GLOBALS['wgLang'] = $context->lang;
304304
305305 $GLOBALS['wgMemc'] = new EmptyBagOStuff;
306 - $GLOBALS['wgOut'] = new $context->output;
 306+ $GLOBALS['wgOut'] = $context->output;
307307
308308 global $wgHooks;
309309

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85403Follow-up r85302: update OutputPage constructors in core.happy-melon00:06, 5 April 2011

Status & tagging log