protected function ArrayCacheTest::isSharedStorage in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php \Doctrine\Tests\Common\Cache\ArrayCacheTest::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/ ArrayCacheTest.php, line 22
Class
Namespace
Doctrine\Tests\Common\CacheCode
protected function isSharedStorage() {
return false;
}