tests/Flow/Directives/RawTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testRaw has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testRaw()
    {

        $code = <<<code
    {{ message }}
Severity: Minor
Found in tests/Flow/Directives/RawTest.php - About 1 hr to fix

    Function closing brace must go on the next line following the body; found 1 blank lines before brace
    Open

        }

    The closing brace for the class must go on the next line after the body
    Open

    }

    There are no issues that match your filters.

    Category
    Status