Matthias\SymfonyConsoleForm\Tests\Helper\ApplicationTester::getStatusCode PHP 메소드

getStatusCode() 공개 메소드

public getStatusCode ( ) : integer
리턴 integer
    public function getStatusCode()
    {
        return $this->statusCode;
    }

Usage Example

예제 #1
0
 /**
  * @Then /^the command was not successful$/
  */
 public function theCommandWasNotSuccessful()
 {
     Assertion::notSame($this->tester->getStatusCode(), 0);
 }