From: Mark A. Hershberger Date: Thu, 16 Dec 2010 01:32:28 +0000 (+0000) Subject: Repair phpunit.php X-Git-Tag: 1.31.0-rc.0~33272 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=640f12cd5ecd9e63da290f69a6df118283114c29;p=lhc%2Fweb%2Fwiklou.git Repair phpunit.php --- diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index 94d4ebd2d6..762a805719 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -9,7 +9,7 @@ /* Configuration */ // Evaluate the include path relative to this file -$IP = dirname( dirname( dirname( dirname( __FILE__ ) ) ) ); +$IP = dirname( dirname( dirname( __FILE__ ) ) ); // Set a flag which can be used to detect when other scripts have been entered through this entry point or not define( 'MW_PHPUNIT_TEST', true );