repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
tests
/
phpunit
/
includes
/
objectcache
/
SqlBagOStuffIntegrationTest.php
blob
f3bc5922d298a09ff13e65038c9dfd4108d6b6ed
1
<
?php
2
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
);
10
}
11
}