getPromotionCouponValidationMessage() public method

コード例 #1
0
ファイル: CartContext.php プロジェクト: sylius/sylius
 /**
  * @Then I should be notified that the coupon is invalid
  */
 public function iShouldBeNotifiedThatCouponIsInvalid()
 {
     Assert::same($this->summaryPage->getPromotionCouponValidationMessage(), 'Coupon code is invalid.');
 }