From: jeroendedauw Date: Tue, 2 Apr 2013 15:26:14 +0000 (+0200) Subject: Removed pointless static declaration X-Git-Tag: 1.31.0-rc.0~20095^2~1 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=6cffe15c05cd80aea7c25a90c356c76d646c288f;p=lhc%2Fweb%2Fwiklou.git Removed pointless static declaration Change-Id: Ia5b37f99456614e8dbb1c44f3ebb4ad9398ce18e --- 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