Ejemplo n.º 1
0
 public function testCanDeleteMetadata()
 {
     $this->setMockResponse($this->client, 'metadata_delete');
     $response = $this->client->deleteMetadata('identifier');
     $this->assertSame(array(), $response);
 }