public function testGetJob()
 {
     $job = new Job();
     $event = new TerminationEvent($job);
     $this->assertSame($job, $event->getJob());
 }