Exemplo n.º 1
0
 /**
  * @When I create a :type request to :resource (url)
  */
 public function createRequest($type, $resource)
 {
     $this->restDriver->setMethod($type);
     $this->restDriver->setResource($this->changeMappedValuesOnUrl($resource));
     $this->responseObject = null;
 }