protected function PredisCacheTest::_getCacheDriver in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php \Doctrine\Tests\Common\Cache\PredisCacheTest::_getCacheDriver()
Return value
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
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new PredisCache($this->client);
}