getStatusCode() public method

public getStatusCode ( ) : integer
return integer
コード例 #1
0
 /**
  * @Then /^the command was not successful$/
  */
 public function theCommandWasNotSuccessful()
 {
     Assertion::notSame($this->tester->getStatusCode(), 0);
 }