ctrl-f5/ctrl-common

View on GitHub
test/Tools/StringHelperTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method test_unpack has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_unpack()
    {
        $result = StringHelper::bracesToArray('test');
        self::assertEquals(['test'], $result);

Severity: Minor
Found in test/Tools/StringHelperTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status