Oefenweb/cakephp-vat-number-check

View on GitHub
Test/Case/Controller/VatNumberChecksControllerTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testCheck has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testCheck() {
        // Post request, correct vat

        $VatNumberChecks = $this->generate('VatNumberCheck.VatNumberChecks');
        $VatNumberChecks->VatNumberCheck = ClassRegistry::init('VatNumberCheck.VatNumberCheck');
Severity: Minor
Found in Test/Case/Controller/VatNumberChecksControllerTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status