wiki.techinc.nl/tests/phpunit/includes/libs/objectcache/HashBagOStuffIntegrationTest.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
264 B
PHP
Raw Normal View History

<?php
use Wikimedia\ObjectCache\HashBagOStuff;
/**
* @group BagOStuff
* @covers \Wikimedia\ObjectCache\HashBagOStuff
*/
class HashBagOStuffIntegrationTest extends BagOStuffTestBase {
protected function newCacheInstance() {
return new HashBagOStuff();
}
}