r90617 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90616‎ | r90617 | r90618 >
Date:22:13, 22 June 2011
Author:reedy
Status:ok
Tags:
Comment:
require_once( dirname( dirname( __FILE__ ) ) . '/includes/upload/UploadFromUrlTest.php' );

Followup r90607
Modified paths:
  • /trunk/phase3/tests/phpunit/suites/UploadFromUrlTestSuite.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/suites/UploadFromUrlTestSuite.php
@@ -1,6 +1,6 @@
22 <?php
33
4 -require_once( dirname( dirname( __FILE__ ) ) . '/includes/UploadFromUrlTest.php' );
 4+require_once( dirname( dirname( __FILE__ ) ) . '/includes/upload/UploadFromUrlTest.php' );
55
66 class UploadFromUrlTestSuite extends PHPUnit_Framework_TestSuite {
77 public static function addTables( &$tables ) {
@@ -170,7 +170,7 @@
171171
172172 public static function suite() {
173173 // Hack to invoke the autoloader required to get phpunit to recognize
174 - // the UploadFromUrlTest class
 174+ // the UploadFromUrlTest class
175175 class_exists( 'UploadFromUrlTest' );
176176 $suite = new UploadFromUrlTestSuite( 'UploadFromUrlTest' );
177177 return $suite;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90607Move upload tests to upload folderreedy21:34, 22 June 2011

Status & tagging log