Esempio n. 1
0
 /**
  * @Given /^(it) is coupon based promotion$/
  */
 public function itIsCouponBasedPromotion(PromotionInterface $promotion)
 {
     $promotion->setCouponBased(true);
     $this->objectManager->flush();
 }