http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72247
Revision: 72247
Author: tparscal
Date: 2010-09-03 00:31:52 +0000 (Fri, 03 Sep 2010)
Log Message:
-----------
Using PHPUnit/Autoload.php instead of trying to include everything by hand all
the time.
Modified Paths:
--------------
trunk/phase3/maintenance/tests/phpunit
Modified: trunk/phase3/maintenance/tests/phpunit
===================================================================
--- trunk/phase3/maintenance/tests/phpunit 2010-09-02 23:43:14 UTC (rev
72246)
+++ trunk/phase3/maintenance/tests/phpunit 2010-09-03 00:31:52 UTC (rev
72247)
@@ -2,7 +2,7 @@
<?php
require( dirname( __FILE__ ) . '/../commandLine.inc' );
-require 'PHPUnit/TextUI/Command.php';
+require_once 'PHPUnit/Autoload.php';
define( 'MW_PHPUNIT_TEST', 1 );
$wgLocaltimezone = 'UTC';
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs