Beispiel #1
0
 /**
  * @Then the status should be :code
  */
 public function theResponseCodeShouldBe($code)
 {
     $this->assert->statusCodeEquals($code);
 }