alientronics/fleetany-api

View on GitHub
tests/CompanyTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class CompanyTest extends TestCase
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

    }
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

The closing brace for the class must go on the next line after the body
Open

}
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

    }
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

Function closing brace must go on the next line following the body; found 1 blank lines before brace
Open

    }
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

Only one argument is allowed per line in a multi-line function call
Open

            $this->response->getContent(), $this->app->version()
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

Whitespace found at end of line
Open

    {   
Severity: Minor
Found in tests/CompanyTest.php by phpcodesniffer

There are no issues that match your filters.

Category
Status