From: Platonides Date: Thu, 16 Dec 2010 15:09:50 +0000 (+0000) Subject: This path changed when moving the tests folder. X-Git-Tag: 1.31.0-rc.0~33267 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=0a597723725dd0bcb1f81c5b1e6c5fd706e8c1d6;p=lhc%2Fweb%2Fwiklou.git This path changed when moving the tests folder. --- diff --git a/tests/phpunit/includes/api/ApiUploadTest.php b/tests/phpunit/includes/api/ApiUploadTest.php index a2da6f8927..06d2bdb727 100644 --- a/tests/phpunit/includes/api/ApiUploadTest.php +++ b/tests/phpunit/includes/api/ApiUploadTest.php @@ -18,7 +18,7 @@ // TODO: port the other Upload tests, and other API tests to this framework require_once( dirname( __FILE__ ) . '/RandomImageGenerator.php' ); -require_once( dirname( __FILE__ ) . '/../../../../../includes/User.php' ); +require_once( dirname( __FILE__ ) . '/../../../../includes/User.php' ); /* Wraps the user object, so we can also retain full access to properties like password if we log in via the API */ class ApiTestUser {