alientronics/fleetany-api

View on GitHub
tests/TestCase.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 TestCase extends Laravel\Lumen\Testing\TestCase
Severity: Minor
Found in tests/TestCase.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

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

Spaces must be used to indent lines; tabs are not allowed
Open

        foreach ($headers as $key => $value) {
Severity: Minor
Found in tests/TestCase.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        return parent::get($uri.'?'.$params);
Severity: Minor
Found in tests/TestCase.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

            $params .= "$key=$value&";
Severity: Minor
Found in tests/TestCase.php by phpcodesniffer

Spaces must be used to indent lines; tabs are not allowed
Open

        $params = "";
Severity: Minor
Found in tests/TestCase.php by phpcodesniffer

There are no issues that match your filters.

Category
Status