コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @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.');
 }