delete() public méthode

public delete ( $url )
 /**
  * @expectedException Exception
  */
 public function testDeleteFailure()
 {
     // Create a stub for the SomeClass class.
     $client = new HTTPClient();
     $client->delete('nonexistentsite');
 }