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.

12 lines
200 B
PHP
Raw Normal View History

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