Index: trunk/phase3/tests/phpunit/phpunit.php |
— | — | @@ -35,10 +35,6 @@ |
36 | 36 | require_once( 'PHPUnit/TextUI/Command.php' ); |
37 | 37 | } |
38 | 38 | |
39 | | -$additionalMWCLIArgs = array( |
40 | | - 'verbose' => false, |
41 | | -); |
42 | | - |
43 | 39 | require_once( "$IP/tests/phpunit/MediaWikiPHPUnitCommand.php" ); |
44 | 40 | require_once( "$IP/tests/phpunit/MediaWikiTestCase.php" ); |
45 | 41 | MediaWikiPHPUnitCommand::main(); |