public function testId()
 {
     $cronTask = new CronTask();
     $this->assertNull($cronTask->getId());
 }