This path changed when moving the tests folder.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 16 Dec 2010 15:09:50 +0000 (15:09 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 16 Dec 2010 15:09:50 +0000 (15:09 +0000)
tests/phpunit/includes/api/ApiUploadTest.php

index a2da6f8..06d2bdb 100644 (file)
@@ -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 {