Remove completely useless change to the include_path that doesn't work for 99% of...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 2 Sep 2009 02:51:18 +0000 (02:51 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 2 Sep 2009 02:51:18 +0000 (02:51 +0000)
tests/run-test.php

index 37ca851..c8d9872 100644 (file)
@@ -1,7 +1,4 @@
 <?php
 
 require_once( dirname(__FILE__) . '/../maintenance/commandLine.inc' );
-ini_set( 'include_path', get_include_path() . PATH_SEPARATOR . /*$_SERVER['PHP_PEAR_INSTALL_DIR']*/ 'C:\php\pear' );
 require( 'PHPUnit/TextUI/Command.php' );
-
-