コード例 #1
0
ファイル: LoteTest.php プロジェクト: pentagramacs/sped-gnre
 public function testDeveRetornarOsCabecalhosParaArequisicaoSoap()
 {
     $lote = new Lote();
     $headersArray = $lote->getHeaderSoap();
     $this->assertEquals('Content-Type: application/soap+xml;charset=utf-8;action="http://www.gnre.pe.gov.br/webservice/GnreRecepcaoLote"', $headersArray[0]);
     $this->assertEquals('SOAPAction: processar', $headersArray[1]);
 }