diff options
author | Aryeh Gregor <ayg@aryeh.name> | 2019-08-26 12:13:49 +0300 |
---|---|---|
committer | Aryeh Gregor <ayg@aryeh.name> | 2019-08-29 14:26:18 +0300 |
commit | 7fb4a95563c684edabbb27818aca670e08f2aa81 (patch) | |
tree | 696853399539dcd3f2e9a485bda0e77ee9a7f46a /tests/phpunit/includes/cache/MessageCacheTest.php | |
parent | 47464abb4f2f209f4c72e8af40056f508d1a70de (diff) | |
download | mediawikicore-7fb4a95563c684edabbb27818aca670e08f2aa81.tar.gz mediawikicore-7fb4a95563c684edabbb27818aca670e08f2aa81.zip |
Remove unneeded overrideMwServices/resetServices
Change-Id: If6cbdec05b8f310ef3a0b4649aaa16d9fb80a047
Diffstat (limited to 'tests/phpunit/includes/cache/MessageCacheTest.php')
-rw-r--r-- | tests/phpunit/includes/cache/MessageCacheTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/phpunit/includes/cache/MessageCacheTest.php b/tests/phpunit/includes/cache/MessageCacheTest.php index 74ad84ade6e4..7abddd44ad72 100644 --- a/tests/phpunit/includes/cache/MessageCacheTest.php +++ b/tests/phpunit/includes/cache/MessageCacheTest.php @@ -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(); |