From: Platonides Date: Thu, 30 Dec 2010 16:19:10 +0000 (+0000) Subject: This global declaration is now unused. X-Git-Tag: 1.31.0-rc.0~32978 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=c3dfabcf6d3a6ec6fcd15fb5b1896d44b685e1f0;p=lhc%2Fweb%2Fwiklou.git This global declaration is now unused. --- diff --git a/tests/phpunit/includes/parser/ParserHelpers.php b/tests/phpunit/includes/parser/ParserHelpers.php index 21c8c5b0a0..e881a515d2 100644 --- a/tests/phpunit/includes/parser/ParserHelpers.php +++ b/tests/phpunit/includes/parser/ParserHelpers.php @@ -7,7 +7,6 @@ class PHPUnitParserTest extends ParserTest { } public function showSuccess( $desc ) { - global $additionalMWCLIArgs; PHPUnit_Framework_Assert::assertTrue( true, $desc ); if( MediaWikiPHPUnitCommand::$additionalArgs['verbose'] ) parent::showSuccess( $desc ); return true;