andersondanilo/CnabPHP

View on GitHub
tests/Cnab/Retorno/Cnab400/ArquivoTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testArquivoItauCnab400PodeSerLido has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testArquivoItauCnab400PodeSerLido()
    {
        $factory = new \Cnab\Factory();
        $arquivo = $factory->createRetorno('tests/fixtures/cnab400/retorno-cnab400-itau.ret');
        $this->assertNotNull($arquivo);
Severity: Minor
Found in tests/Cnab/Retorno/Cnab400/ArquivoTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status