eZ\Publish\Core\REST\Client\Tests\ObjectCacheTest::testRestoreNotAvailable PHP Method

testRestoreNotAvailable() public method

    public function testRestoreNotAvailable()
    {
        $cache = $this->getCache();
        $this->assertNull($cache->restore('non-existent'));
    }