r72248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72247‎ | r72248 | r72249 >
Date:00:32, 3 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Using PHPUnit/Autoload.php instead of trying to include everything by hand all the time.
Modified paths:
  • /branches/resourceloader/phase3/maintenance/tests/phpunit (modified) (history)

Diff [purge]

Index: branches/resourceloader/phase3/maintenance/tests/phpunit
@@ -2,7 +2,7 @@
33 <?php
44
55 require( dirname( __FILE__ ) . '/../commandLine.inc' );
6 -require 'PHPUnit/TextUI/Command.php';
 6+require_once 'PHPUnit/Autoload.php';
77 define( 'MW_PHPUNIT_TEST', 1 );
88
99 $wgLocaltimezone = 'UTC';

Follow-up revisions

RevisionCommit summaryAuthorDate
r72249Fixed PHPUnit < 3.5 compatibiliy breaking change r72248, now we automatically...tparscal00:41, 3 September 2010

Status & tagging log