From: Aaron Schulz Date: Wed, 13 Jan 2016 05:56:26 +0000 (-0800) Subject: Fix undeclared global $wgMainStash X-Git-Tag: 1.31.0-rc.0~8353 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=95ebc3d956af4cd8a1041761e33832cc430e4502;p=lhc%2Fweb%2Fwiklou.git Fix undeclared global $wgMainStash Change-Id: I95d4194199a064221a56e0b10b236dd2564d1855 --- diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index 2a08047072..ee0358c128 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -70,6 +70,7 @@ class PHPUnitMaintClass extends Maintenance { parent::finalSetup(); global $wgMainCacheType, $wgMessageCacheType, $wgParserCacheType, $wgMainWANCache; + global $wgMainStash; global $wgLanguageConverterCacheType, $wgUseDatabaseMessages; global $wgLocaltimezone, $wgLocalisationCacheConf; global $wgDevelopmentWarnings;