You are here

protected function SQLite3Test::_getCacheDriver in Plug 7

Return value

\Doctrine\Common\Cache\CacheProvider

Overrides CacheTest::_getCacheDriver

File

lib/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php, line 44

Class

SQLite3Test

Namespace

Doctrine\Tests\Common\Cache

Code

protected function _getCacheDriver() {
  return new SQLite3Cache($this->sqlite, 'test_table');
}