Merge "Fix installation failure due to unexpected dbpath under CLI installation"
[lhc/web/wiklou.git] / tests / phpunit / includes / cache / MessageCacheTest.php
index 74ad84a..7abddd4 100644 (file)
@@ -24,7 +24,6 @@ class MessageCacheTest extends MediaWikiLangTestCase {
                // let's choose e.g. German (de)
                $this->setUserLang( 'de' );
                $this->setContentLang( 'de' );
-               $this->resetServices();
        }
 
        function addDBDataOnce() {
@@ -150,7 +149,6 @@ class MessageCacheTest extends MediaWikiLangTestCase {
                                ]
                        ]
                ] );
-               $this->overrideMwServices();
 
                $messageCache = MessageCache::singleton();
                $messageCache->enable();