tests/unit/core/autoloader/Psr4AutoloaderTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method setUp has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function setUp()
    {
        $this->loader = new MockPsr4Autoloader;

        $this->loader->setFiles(array(
Severity: Minor
Found in tests/unit/core/autoloader/Psr4AutoloaderTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status