Index: trunk/phase3/tests/phpunit/includes/api/ApiUploadTest.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | // TODO: port the other Upload tests, and other API tests to this framework |
20 | 20 | |
21 | 21 | require_once( dirname( __FILE__ ) . '/RandomImageGenerator.php' ); |
22 | | -require_once( dirname( __FILE__ ) . '/../../../../../includes/User.php' ); |
| 22 | +require_once( dirname( __FILE__ ) . '/../../../../includes/User.php' ); |
23 | 23 | |
24 | 24 | /* Wraps the user object, so we can also retain full access to properties like password if we log in via the API */ |
25 | 25 | class ApiTestUser { |