summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/tests/phpunit/messagegroups/TranslatablePageMessageGroupStoreTest.php')
-rw-r--r--MLEB/Translate/tests/phpunit/messagegroups/TranslatablePageMessageGroupStoreTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/tests/phpunit/messagegroups/TranslatablePageMessageGroupStoreTest.php b/MLEB/Translate/tests/phpunit/messagegroups/TranslatablePageMessageGroupStoreTest.php
index d6877db9..43a587ab 100644
--- a/MLEB/Translate/tests/phpunit/messagegroups/TranslatablePageMessageGroupStoreTest.php
+++ b/MLEB/Translate/tests/phpunit/messagegroups/TranslatablePageMessageGroupStoreTest.php
@@ -17,7 +17,7 @@ class TranslatablePageMessageGroupStoreTest extends MediaWikiIntegrationTestCase
$this->mgTranslateStore = new TranslatablePageMessageGroupStore(
TranslateUtils::getSafeReadDB(),
new MessageGroupWANCache(
- new WANObjectCache( [ 'cache' => wfGetCache( 'hash' ) ] )
+ new WANObjectCache( [ 'cache' => new HashBagOStuff() ] )
)
);
}