/**
  * @return ::getHttpMethod
  */
 public function testGetHttpMethod()
 {
     $request = new DeleteCardRequest($this->getHttpClient(), $this->getHttpRequest());
     $this->assertEquals('DELETE', $request->getHttpMethod());
 }