From 0a597723725dd0bcb1f81c5b1e6c5fd706e8c1d6 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 16 Dec 2010 15:09:50 +0000 Subject: [PATCH] This path changed when moving the tests folder. --- tests/phpunit/includes/api/ApiUploadTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1