getPromotionCouponValidationMessage() public method

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