alientronics/fleetany-web

View on GitHub
tests/acceptance/PartControllerTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testSort has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testSort()
    {
        $this->visit('/part?id=&name=&number=&position=&vehicle=&part-type=&cost=&sort=id-desc')
            ->see('mode_edit</i>');
        
Severity: Minor
Found in tests/acceptance/PartControllerTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status