From 95ebc3d956af4cd8a1041761e33832cc430e4502 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 12 Jan 2016 21:56:26 -0800 Subject: [PATCH] Fix undeclared global $wgMainStash Change-Id: I95d4194199a064221a56e0b10b236dd2564d1855 --- tests/phpunit/phpunit.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1