Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
use Wikimedia\ObjectCache\HashBagOStuff;
/**
* @group BagOStuff
* @covers \Wikimedia\ObjectCache\HashBagOStuff
*/
class HashBagOStuffIntegrationTest extends BagOStuffTestBase {
protected function newCacheInstance() {
return new HashBagOStuff();
}