Exemplo n.º 1
0
 public function testStorageSettings()
 {
     $storage = new MemcachedStorage('test');
     $this->assertTrue($storage->isTtlSupported(), 'TTL should be supported');
     $this->assertFalse($storage->isPersistent(), 'Memcache should not be persistent');
 }