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

Summary

Maintainability
A
1 hr
Test Coverage

Method test_5 has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_5()
    {
        module_conf('test', [
            'key1' => 'val1',
            'key2::sub1' => 'val21',
Severity: Minor
Found in .dev/tests/unit/functions/function_module_conf_test.Test.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status