Index: branches/resourceloader/phase3/maintenance/tests/phpunit |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | <?php |
4 | 4 | |
5 | 5 | require( dirname( __FILE__ ) . '/../commandLine.inc' ); |
6 | | -require 'PHPUnit/TextUI/Command.php'; |
| 6 | +require_once 'PHPUnit/Autoload.php'; |
7 | 7 | define( 'MW_PHPUNIT_TEST', 1 ); |
8 | 8 | |
9 | 9 | $wgLocaltimezone = 'UTC'; |