예제 #1
0
 public function testGetResponseWithNull()
 {
     $job = new Job();
     $job->setType('JobType');
     $this->serializationHelper->expects($this->never())->method('deserializeReturnValue');
     $this->assertEquals(null, $job->getResponse());
 }