r72247 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72246‎ | r72247 | r72248 >
Date:00:31, 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:
  • /trunk/phase3/maintenance/tests/phpunit (modified) (history)

Diff [purge]

Index: trunk/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';

Status & tagging log