protected function ZendDataCacheTest::_getCacheDriver in Plug 7
Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
1 call to ZendDataCacheTest::_getCacheDriver()
- ZendDataCacheTest::testGetStats in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ZendDataCacheTest.php - @group DCOM-43
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ZendDataCacheTest.php, line 24
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new ZendDataCache();
}