Ejemplo n.º 1
0
 /**
  * @Then the response should contain :content
  *
  * Somewhere on the page, or in a comment
  */
 public function theResponseShouldContain($content)
 {
     $this->assert->responseContains($content);
 }