http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72248
Revision: 72248
Author: tparscal
Date: 2010-09-03 00:32:03 +0000 (Fri, 03 Sep 2010)
Log Message:
-----------
Using PHPUnit/Autoload.php instead of trying to include everything by hand all
the time.
Modified Paths:
--------------
branches/resourceloader/phase3/maintenance/tests/phpunit
Modified: branches/resourceloader/phase3/maintenance/tests/phpunit
===================================================================
--- branches/resourceloader/phase3/maintenance/tests/phpunit 2010-09-03
00:31:52 UTC (rev 72247)
+++ branches/resourceloader/phase3/maintenance/tests/phpunit 2010-09-03
00:32:03 UTC (rev 72248)
@@ -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