r90606 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90605‎ | r90606 | r90607 >
Date:21:32, 22 June 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Kill var_dump from r90603
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/UploadTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/UploadTest.php
@@ -11,7 +11,7 @@
1212 parent::setUp();
1313
1414 $this->upload = new UploadTestHandler;
15 - $this->hooks = $wgHooks;var_dump($wgHooks);
 15+ $this->hooks = $wgHooks;
1616 $wgHooks['InterwikiLoadPrefix'][] = 'MediaWikiTestCase::disableInterwikis';
1717 }
1818

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90603Readd r90538, this time with the missing global $wgHooks;platonides21:02, 22 June 2011

Comments

#Comment by Platonides (talk | contribs)   21:34, 22 June 2011

Thanks. I had just noticed it.

Status & tagging log