From 439b5a4f658395d9ac61aa32dcccad45f01930ae Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 29 Dec 2010 16:45:16 +0000 Subject: [PATCH] Follow up r79183 removing global added in r79154 --- tests/phpunit/phpunit.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index 693544137e..d70f7530ff 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -35,10 +35,6 @@ if( version_compare( PHPUnit_Runner_Version::id(), '3.5.0', '>=' ) ) { require_once( 'PHPUnit/TextUI/Command.php' ); } -$additionalMWCLIArgs = array( - 'verbose' => false, -); - require_once( "$IP/tests/phpunit/MediaWikiPHPUnitCommand.php" ); require_once( "$IP/tests/phpunit/MediaWikiTestCase.php" ); MediaWikiPHPUnitCommand::main(); -- 2.20.1