r82580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82579‎ | r82580 | r82581 >
Date:22:56, 21 February 2011
Author:hashar
Status:ok (Comments)
Tags:
Comment:
remove hardcoded local path
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php
@@ -5,8 +5,6 @@
66 * @file
77 */
88
9 -require_once '/var/www/mediawiki-trunk/includes/Namespace.php';
10 -
119 /**
1210 * Test class for MWNamespace.
1311 * Generated by PHPUnit on 2011-02-20 at 21:01:55.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82577improve namespace related methods...hashar22:17, 21 February 2011

Comments

#Comment by Platonides (talk | contribs)   09:56, 22 February 2011

The require_once wasn't needed to begin with, as MWNamespace is autoloaded.

#Comment by Hashar (talk | contribs)   11:58, 22 February 2011

It is probably related to an ongoing rewrite of the boostrap.php and phpunit.php I have been doing for a while.

Status & tagging log