Repair phpunit.php
authorMark A. Hershberger <mah@users.mediawiki.org>
Thu, 16 Dec 2010 01:32:28 +0000 (01:32 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Thu, 16 Dec 2010 01:32:28 +0000 (01:32 +0000)
tests/phpunit/phpunit.php

index 94d4ebd..762a805 100755 (executable)
@@ -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 );