Exemplo n.º 1
0
 /**
  * @covers   Memcache::exists
  * @return   void             No value is returned
  */
 public function testExistsAfterForget()
 {
     $this->assertFalse($this->object->exists('not-exists'));
     $this->assertFalse($this->object->exists('exists'));
 }