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 @@
2
2
<?php
3
3
4
4
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' );
6
5
require( 'PHPUnit/TextUI/Command.php' );
7
-
8
-
Status & tagging log
23:37, 4 September 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r55743
[
removed:
new
added:
ok]