From c3dfabcf6d3a6ec6fcd15fb5b1896d44b685e1f0 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 30 Dec 2010 16:19:10 +0000 Subject: [PATCH] This global declaration is now unused. --- tests/phpunit/includes/parser/ParserHelpers.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1