public function PhpFileCacheTest::testObjects

Overrides CacheTest::testObjects

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php, line 28

Class

PhpFileCacheTest
@group DCOM-101

Namespace

Doctrine\Tests\Common\Cache

Code

public function testObjects() {
  $this
    ->markTestSkipped('PhpFileCache does not support saving objects that dont implement __set_state()');
}