Example #1
0
 /**
  * @When I make a GET request to link :linkName from the response
  */
 public function iMakeAGetRequestToLinkFromTheResponse($linkName)
 {
     $this->response = $this->response->getLink($linkName)->get();
 }