Esempio n. 1
0
 /**
  * @Given /^(this promotion) has already expired$/
  */
 public function thisPromotionHasExpired(PromotionInterface $promotion)
 {
     $promotion->setEndsAt(new \DateTime('1 day ago'));
     $this->objectManager->flush();
 }