Kill various unused variables
[lhc/web/wiklou.git] / tests / phpunit / bootstrap.php
index f96ab00..b023fdc 100644 (file)
@@ -28,12 +28,5 @@ dependencies.
 EOF;
 }
 
-global $wgMainCacheType, $wgMessageCacheType, $wgParserCacheType, $wgUseDatabaseMessages, $wgMemc;
-$wgMainCacheType = CACHE_NONE;
-$wgMessageCacheType = CACHE_NONE;
-$wgParserCacheType = CACHE_NONE;
-$wgUseDatabaseMessages = false; # Set for future resets
-$wgMemc = new FakeMemCachedClient;
-
 /** @todo Check if this is really needed */
 MessageCache::destroyInstance();