codeclimate/codeclimate-phpmd

View on GitHub
tests/CategoryTest.php

Summary

Maintainability
A
0 mins
Test Coverage

Avoid using static access to class '\PHPMD\Category\Category' in method 'testCategoryFor'.
Open

        $category = Category::categoryFor("Design/EvalExpression");
Severity: Minor
Found in tests/CategoryTest.php by phpmd

There are no issues that match your filters.

Category
Status