From 6cffe15c05cd80aea7c25a90c356c76d646c288f Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Tue, 2 Apr 2013 17:26:14 +0200 Subject: [PATCH] Removed pointless static declaration Change-Id: Ia5b37f99456614e8dbb1c44f3ebb4ad9398ce18e --- tests/phpunit/AutoLoaderTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/AutoLoaderTest.php b/tests/phpunit/AutoLoaderTest.php index c8f38685a1..e49ea6d978 100644 --- a/tests/phpunit/AutoLoaderTest.php +++ b/tests/phpunit/AutoLoaderTest.php @@ -12,7 +12,6 @@ class AutoLoaderTest extends MediaWikiTestCase { protected static function checkAutoLoadConf() { global $wgAutoloadLocalClasses, $wgAutoloadClasses, $IP; - static $supportsParsekit; $supportsParsekit = function_exists( 'parsekit_compile_file' ); // wgAutoloadLocalClasses has precedence, just like in includes/AutoLoader.php -- 2.20.1