Пример #1
0
 /**
  * @Then I should not be able to pay
  */
 public function iShouldNotBeAbleToPayAgain()
 {
     Assert::false($this->orderDetails->hasPayAction(), 'I should not be able to pay, but I am able to.');
 }