public function testGetHeadersRaw()
 {
     $this->assertEquals("HTTP/1.1 302 Found\n            Server: nginx\n            Date: Fri, 06 Jun 2014 18:18:27 GMT\n            Content-Type: text/html\n            Transfer-Encoding: chunked\n            Connection: keep-alive\n            Keep-Alive: timeout=120\n            Cache-Control: max-age=0, proxy-revalidate\n            Expires: Fri, 06 Jun 2014 18:23:27 GMT\n            Location: https://money.yandex.ru/select-wallet.xml?requestid=313038323634363833375f39393063623232643562343937326333663832666537333037363935336138643961396235333439", $this->originalServerResponse->getHeadersRaw());
 }