You are here

protected function RiakCacheTest::_getCacheDriver in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php \Doctrine\Tests\Common\Cache\RiakCacheTest::_getCacheDriver()

Retrieve RiakCache instance.

Return value

\Doctrine\Common\Cache\RiakCache

Overrides CacheTest::_getCacheDriver

1 call to RiakCacheTest::_getCacheDriver()
RiakCacheTest::testGetStats in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php
@group DCOM-43

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php, line 60

Class

RiakCacheTest
RiakCache test

Namespace

Doctrine\Tests\Common\Cache

Code

protected function _getCacheDriver() {
  return new RiakCache($this->bucket);
}