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