Fix undeclared global $wgMainStash
[lhc/web/wiklou.git] / tests / phpunit / phpunit.php
index 2a08047..ee0358c 100755 (executable)
@@ -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;