Exemple #1
0
 /**
  * @Given a :method endpoint :url which returns content type :contentType and body:
  */
 public function aEndpointWhichReturnsContentTypeAndBody($method, $url, $contentType, PyStringNode $body)
 {
     $this->httpClient->createEndpoint($method, $url, $contentType, (string) $body);
 }