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
/
libs
/
objectcache
/
HashBagOStuffIntegrationTest.php
blob
fa9abca549add71c1fd0c6fcb6f711a1f398e094
1
<
?php
2
3
use
Wikimedia\ObjectCache\HashBagOStuff
;
4
5
/**
6
* @group BagOStuff
7
* @covers \Wikimedia\ObjectCache\HashBagOStuff
8
*/
9
class
HashBagOStuffIntegrationTest
extends
BagOStuffTestBase
{
10
protected function
newCacheInstance
() {
11
return new
HashBagOStuff
();
12
}
13
}