r55743 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55742‎ | r55743 | r55744 >
Date:02:51, 2 September 2009
Author:demon
Status:ok
Tags:
Comment:
Remove completely useless change to the include_path that doesn't work for 99% of the people using this. Incidentally, that amounts to about 0 people.
Modified paths:
  • /trunk/phase3/tests/run-test.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/run-test.php
@@ -1,7 +1,4 @@
22 <?php
33
44 require_once( dirname(__FILE__) . '/../maintenance/commandLine.inc' );
5 -ini_set( 'include_path', get_include_path() . PATH_SEPARATOR . /*$_SERVER['PHP_PEAR_INSTALL_DIR']*/ 'C:\php\pear' );
65 require( 'PHPUnit/TextUI/Command.php' );
7 -
8 -

Status & tagging log