/**
  * Test find all schedules
  */
 public function testFindAllSchedules()
 {
     $result = $this->repository->findAllSchedules();
     $this->assertCount(2, $result);
 }