public function PhpFileCacheTest::testCachedObject in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php \Doctrine\Tests\Common\Cache\PhpFileCacheTest::testCachedObject()
Check to see that objects are correctly serialized and unserialized by the cache provider.
Overrides CacheTest::testCachedObject
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PhpFileCacheTest.php, line 88
Class
- PhpFileCacheTest
- @group DCOM-101
Namespace
Doctrine\Tests\Common\CacheCode
public function testCachedObject() {
$this
->markTestSkipped("PhpFileCache cannot handle objects that don't implement __set_state.");
}