getOrderState() public method

public getOrderState ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * @Then its state should be :state
  */
 public function itsStateShouldBe($state)
 {
     Assert::same($this->showPage->getOrderState(), $state, 'The order state should be %2$s, but it is %s.');
 }