public function testGetExtractInfo()
 {
     $response = new Response();
     $response->setExtractInfo(array('http_code' => 200));
     $this->assertArrayHasKey('http_code', $response->getExtractInfo());
 }