This global declaration is now unused.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 30 Dec 2010 16:19:10 +0000 (16:19 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 30 Dec 2010 16:19:10 +0000 (16:19 +0000)
tests/phpunit/includes/parser/ParserHelpers.php

index 21c8c5b..e881a51 100644 (file)
@@ -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;