remove() public method

public remove ( $key )
 public function testRemove()
 {
     $adapter = new MongoDBStorageAdapter($this->mongo);
     $adapter->remove('key');
 }