You are here

public function PhpFileCacheTest::testFetchMultipleObjects in Zircon Profile 8.0

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

Check to see that objects fetched via fetchMultiple are properly unserialized

Overrides CacheTest::testFetchMultipleObjects

File

vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php, line 93

Class

PhpFileCacheTest
@group DCOM-101

Namespace

Doctrine\Tests\Common\Cache

Code

public function testFetchMultipleObjects() {
  $this
    ->markTestSkipped("PhpFileCache cannot handle objects that don't implement __set_state.");
}