protected function FilesystemCacheTest::_getCacheDriver in Plug 7
Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
2 calls to FilesystemCacheTest::_getCacheDriver()
- FilesystemCacheTest::testGetStats in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ FilesystemCacheTest.php - @group DCOM-43
- FilesystemCacheTest::testLifetime in lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ FilesystemCacheTest.php
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ FilesystemCacheTest.php, line 71
Class
- FilesystemCacheTest
- @group DCOM-101
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new FilesystemCache($this->directory);
}