Skip to content

Commit 4e830c1

Browse files
committed
ajustando testes
1 parent 11bb1b1 commit 4e830c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
0 Bytes
Binary file not shown.

tests/CNAB240/ArquivoTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testRender()
6161
$date = date('dmY', strtotime('+1 month'));
6262
$emissao = date('dmY');
6363
$valor_boleto = 0.10;
64-
$nosso_numero = '000000000001011';
64+
$nosso_numero = '000000000001011 ';
6565
$numero_documento = '123456789012346';
6666
$Boleto = new Boleto();
6767
$Boleto->fill([
@@ -143,7 +143,7 @@ public function testRender()
143143
'informacao_5' => 'Telefones para Contato: (16) 3403-3000',
144144
'informacao_6' => 'Quer um cobrador, entre em contato',
145145
'informacao_7' => 'Pagavel até o dia o ultimo dia do mes',
146-
'informacao_8' => 'de vencimento',
146+
'informacao_8' => ' de vencimento',
147147
'informacao_9' => 'Site: www.novafranca.com.br',
148148
]
149149
]);
@@ -161,6 +161,7 @@ public function testRender()
161161
$this->object->saveFile($path);
162162

163163
$this->assertFileExists($path);
164+
@unlink($path);
164165
}
165166

166167
}

0 commit comments

Comments
 (0)