You are here

protected function PredisCacheTest::_getCacheDriver in Zircon Profile 8.0

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

Return value

PredisCache

Overrides CacheTest::_getCacheDriver

1 call to PredisCacheTest::_getCacheDriver()
PredisCacheTest::testHitMissesStatsAreProvided in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php, line 41

Class

PredisCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

protected function _getCacheDriver() {
  return new PredisCache($this->client);
}