r78493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78492‎ | r78493 | r78494 >
Date:15:09, 16 December 2010
Author:platonides
Status:ok
Tags:
Comment:
This path changed when moving the tests folder.
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/api/ApiUploadTest.php (modified) (history)

Diff [purge]

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

Status & tagging log