r63656 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63655‎ | r63656 | r63657 >
Date:22:40, 12 March 2010
Author:demon
Status:resolved (Comments)
Tags:
Comment:
Remove include for test, not necessary due to Autoloader :D
Modified paths:
  • /trunk/phase3/maintenance/tests/SanitizerTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/SanitizerTest.php
@@ -1,8 +1,5 @@
22 <?php
33
4 -global $IP;
5 -require_once( "$IP/includes/Sanitizer.php" );
6 -
74 class SanitizerTest extends PHPUnit_Framework_TestCase {
85
96 function testDecodeNamedEntities() {

Follow-up revisions

RevisionCommit summaryAuthorDate
r63659Backport r63656, r63658 to REL1_16demon22:59, 12 March 2010

Comments

#Comment by Tim Starling (talk | contribs)   23:02, 12 March 2010

Constant reference fixed in r63658.

Status & tagging log