Localisation updates from https://translatewiki.net.
[mediawiki.git] / tests / phpunit / includes / objectcache / SqlBagOStuffIntegrationTest.php
blobf3bc5922d298a09ff13e65038c9dfd4108d6b6ed
1 <?php
3 /**
4 * @group BagOStuff
5 * @covers \SqlBagOStuff
6 */
7 class SqlBagOStuffIntegrationTest extends BagOStuffTestBase {
8 protected function newCacheInstance() {
9 return $this->getServiceContainer()->getObjectCacheFactory()->getInstance( CACHE_DB );