onema/classyfile

View on GitHub
tests/ClassyFileTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testClassToFileConversionMocked has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testClassToFileConversionMocked()
    {
        $mockAdapter = $this->getMockBuilder('\League\Flysystem\Adapter\Local')
            ->disableOriginalConstructor()
            ->setMethods(['has', 'createDir', 'update', 'write'])
Severity: Minor
Found in tests/ClassyFileTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status