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

Summary

Maintainability
A
1 hr
Test Coverage

Method test_simple has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_simple()
    {
        $this->assertEquals('', common()->_propose_url_from_name());
        $this->assertEquals('', common()->_propose_url_from_name(false));
        $this->assertEquals('', common()->_propose_url_from_name([]));

    There are no issues that match your filters.

    Category
    Status