.dev/tests/unit/functions/function_wildcard_compare_test.Test.php

Summary

Maintainability
A
1 hr
Test Coverage

Method test_basic has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_basic()
    {
        $this->assertFalse(wildcard_compare('regex are useful', ''));
        $this->assertFalse(wildcard_compare('regex are * useful', ''));
        $this->assertFalse(wildcard_compare('regex are * useful', 'regex'));
Severity: Minor
Found in .dev/tests/unit/functions/function_wildcard_compare_test.Test.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status