protected function SQLite3Test::_getCacheDriver in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php \Doctrine\Tests\Common\Cache\SQLite3Test::_getCacheDriver()
Return value
\Doctrine\Common\Cache\CacheProvider
Overrides CacheTest::_getCacheDriver
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ SQLite3CacheTest.php, line 44
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function _getCacheDriver() {
return new SQLite3Cache($this->sqlite, 'test_table');
}