diff --git "a/support/ATUALIZADO_Layouts_para_troca_de_informa\303\247\303\265es.xls" "b/support/ATUALIZADO_Layouts_para_troca_de_informa\303\247\303\265es.xls" index f229c6d..3658172 100644 Binary files "a/support/ATUALIZADO_Layouts_para_troca_de_informa\303\247\303\265es.xls" and "b/support/ATUALIZADO_Layouts_para_troca_de_informa\303\247\303\265es.xls" differ diff --git a/tests/CNAB240/ArquivoTest.php b/tests/CNAB240/ArquivoTest.php index d252120..fdf5bfc 100644 --- a/tests/CNAB240/ArquivoTest.php +++ b/tests/CNAB240/ArquivoTest.php @@ -61,7 +61,7 @@ public function testRender() $date = date('dmY', strtotime('+1 month')); $emissao = date('dmY'); $valor_boleto = 0.10; - $nosso_numero = '000000000001011'; + $nosso_numero = '000000000001011 '; $numero_documento = '123456789012346'; $Boleto = new Boleto(); $Boleto->fill([ @@ -143,7 +143,7 @@ public function testRender() 'informacao_5' => 'Telefones para Contato: (16) 3403-3000', 'informacao_6' => 'Quer um cobrador, entre em contato', 'informacao_7' => 'Pagavel até o dia o ultimo dia do mes', - 'informacao_8' => 'de vencimento', + 'informacao_8' => ' de vencimento', 'informacao_9' => 'Site: www.novafranca.com.br', ] ]); @@ -161,6 +161,7 @@ public function testRender() $this->object->saveFile($path); $this->assertFileExists($path); + @unlink($path); } } \ No newline at end of file