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