protected function ZendDataCacheTest::_getCacheDriver in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php \Doctrine\Tests\Common\Cache\ZendDataCacheTest::_getCacheDriver()
Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
1 call to ZendDataCacheTest::_getCacheDriver()
- ZendDataCacheTest::testGetStats in vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ZendDataCacheTest.php - @group DCOM-43
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ ZendDataCacheTest.php, line 24
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new ZendDataCache();
}