protected function PredisCacheTest::_getCacheDriver in Plug 7
Return value
Overrides CacheTest::_getCacheDriver
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PredisCacheTest.php, line 27
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new PredisCache($this->client);
}