You are here

abstract protected function CacheTest::_getCacheDriver in Zircon Profile 8

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

Return value

\Doctrine\Common\Cache\CacheProvider

13 calls to CacheTest::_getCacheDriver()
CacheTest::testBasicCrudOperations in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php
@dataProvider provideCrudValues
CacheTest::testCachedObject in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php
Check to see that objects are correctly serialized and unserialized by the cache provider.
CacheTest::testDeleteAll in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php
CacheTest::testDeleteAllAndNamespaceVersioningBetweenCaches in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php
CacheTest::testDeleteAllNamespace in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php

... See full list

16 methods override CacheTest::_getCacheDriver()
ApcCacheTest::_getCacheDriver in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php
ArrayCacheTest::_getCacheDriver in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php
ChainCacheTest::_getCacheDriver in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php
CouchbaseCacheTest::_getCacheDriver in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php
FilesystemCacheTest::_getCacheDriver in vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php

... See full list

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php, line 372

Class

CacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

protected abstract function _getCacheDriver();