sant0ro/chocolatey

View on GitHub
tests/ApiTest.php

Summary

Maintainability
A
0 mins
Test Coverage

The class ApiTest has 12 public methods. Consider refactoring ApiTest to keep number of public methods under 10.
Open

class ApiTest extends TestCase
{
    /**
     * Test Index of the API.
     *
Severity: Minor
Found in tests/ApiTest.php by phpmd

TooManyPublicMethods

Since: 0.1

A class with too many public methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.

By default it ignores methods starting with 'get' or 'set'.

Example

Source https://phpmd.org/rules/codesize.html#toomanypublicmethods

TODO found
Open

     * @TODO Check If User Profile is Hidden
Severity: Minor
Found in tests/ApiTest.php by fixme

There are no issues that match your filters.

Category
Status