Skip to content

Commit

Permalink
ajustando testes
Browse files Browse the repository at this point in the history
  • Loading branch information
fhferreira committed Nov 23, 2016
1 parent 11bb1b1 commit 4e830c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified support/ATUALIZADO_Layouts_para_troca_de_informações.xls
Binary file not shown.
5 changes: 3 additions & 2 deletions tests/CNAB240/ArquivoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down Expand Up @@ -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',
]
]);
Expand All @@ -161,6 +161,7 @@ public function testRender()
$this->object->saveFile($path);

$this->assertFileExists($path);
@unlink($path);
}

}

0 comments on commit 4e830c1

Please sign in to comment.