You are here

protected function XcacheCacheTest::_getCacheDriver in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php \Doctrine\Tests\Common\Cache\XcacheCacheTest::_getCacheDriver()

Return value

\Doctrine\Common\Cache\CacheProvider

Overrides CacheTest::_getCacheDriver

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php, line 16

Class

XcacheCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

protected function _getCacheDriver() {
  return new XcacheCache();
}