public function testGetInternalDataEmpty()
 {
     $response = new CompletePurchaseResponse($this->getMockRequest(), array());
     $this->assertNull($response->getInternalData());
 }