Many more function case mismatches
[lhc/web/wiklou.git] / tests / phpunit / includes / session / SessionManagerTest.php
index cd3177c..cf59ced 100644 (file)
@@ -809,7 +809,7 @@ class SessionManagerTest extends MediaWikiTestCase {
 
                \ObjectCache::$instances[__METHOD__] = new TestBagOStuff();
                $this->setMwGlobals( [ 'wgMainCacheType' => __METHOD__ ] );
-               $this->setMWGlobals( [
+               $this->setMwGlobals( [
                        'wgAuth' => new AuthPlugin,
                ] );