Example #1
0
 /**
  * @When I clear the schedule
  */
 public function iClearTheSchedule()
 {
     $this->implementation->getSchedulerDriver()->clearSchedule();
 }