From 640f12cd5ecd9e63da290f69a6df118283114c29 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 16 Dec 2010 01:32:28 +0000 Subject: [PATCH] Repair phpunit.php --- tests/phpunit/phpunit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1