public function testGetCallable()
 {
     $this->assertEquals([new JobAwareJob(), JobAwareJob::getMethodName()], $this->subject->getCallable());
 }