You are here

protected function ArrayCacheTest::_getCacheDriver in Zircon Profile 8

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

Return value

\Doctrine\Common\Cache\CacheProvider

Overrides CacheTest::_getCacheDriver

1 call to ArrayCacheTest::_getCacheDriver()
ArrayCacheTest::testGetStats in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php
@group DCOM-43

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php, line 9

Class

ArrayCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

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