You are here

protected function BaseFileCacheTest::isSharedStorage in Zircon Profile 8

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

Return whether multiple cache providers share the same storage.

This is used for skipping certain tests for shared storage behavior.

Return value

boolean

Overrides CacheTest::isSharedStorage

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php, line 36

Class

BaseFileCacheTest

Namespace

Doctrine\Tests\Common\Cache

Code

protected function isSharedStorage() {
  return false;
}