hasCancelButton() 공개 메소드

public hasCancelButton ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * @Then I should not be able to cancel this order
  */
 public function iShouldNotBeAbleToCancelThisOrder()
 {
     Assert::false($this->showPage->hasCancelButton(), 'There should not be a cancel button, but it is.');
 }