getPromotionCouponValidationMessage() 공개 메소드

예제 #1
0
 /**
  * @Then I should be notified that the coupon is invalid
  */
 public function iShouldBeNotifiedThatCouponIsInvalid()
 {
     Assert::same($this->summaryPage->getPromotionCouponValidationMessage(), 'Coupon code is invalid.');
 }