From 4e830c1389e7c3442b14304a8842f29f16896d43 Mon Sep 17 00:00:00 2001 From: Flavio Ferreira Date: Wed, 23 Nov 2016 19:34:55 -0200 Subject: [PATCH] ajustando testes --- ...ra_troca_de_informa\303\247\303\265es.xls" | Bin 1075200 -> 1075200 bytes tests/CNAB240/ArquivoTest.php | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 f229c6d7729f9ec473100240c95c08b3e93f45a3..365817297a82816ce1c875c019b2a6db1648162e 100644 GIT binary patch delta 54 zcmZp;;Mf2}EsQNpEzB(}EvzkUE$l5EEu1Y}E!-_UExav!E&N*qa#Gk9*f&XTblqN* IBGAVS0027@4*&oF delta 54 zcmZp;;Mf2}EsQNpEzB(}EvzkUE$l5EEu1Y}E!-_UExav!E&N*qa#GkDI(PdVaok>% IBGAVS00wFjv;Y7A 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