Beispiel #1
0
 public function testCheckSaleActivation()
 {
     $event = new SaleActiveStatusCheckEvent();
     $event->setDispatcher($this->dispatcher);
     $saleAction = new Sale($this->getContainer());
     $saleAction->checkSaleActivation($event);
 }