Skip to content

Commit

Permalink
mark test incomplete and change to php 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andersondanilo committed Jan 9, 2018
1 parent f716189 commit a3aaede
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
script: phpunit --verbose --coverage-text

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"andersondanilo/cnab_yaml": "~1.3",
"php": ">=5.3.0",
"php": ">=5.4.0",
"mustangostang/spyc": "0.5.*"
},
"autoload": {
Expand Down
2 changes: 2 additions & 0 deletions tests/Cnab/Remessa/Cnab240/BancoDoBrasilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class BancoDoBrasilTest extends \PHPUnit_Framework_TestCase
{
public function testArquivoBancoDoBrasil240PodeSerCriado()
{
$this->markTestIncomplete('A versão do layout foi alterada de 020 para 030, porém não ainda está em beta e não foram feitos testes para a nova versão');

$codigoBanco = \Cnab\Banco::BANCO_DO_BRASIL;
$cnabFactory = new \Cnab\Factory();
$arquivo = $cnabFactory->createRemessa($codigoBanco, 'cnab240');
Expand Down

0 comments on commit a3aaede

Please sign in to comment.