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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function test_prepare_html()
    {
        $this->assertEquals('test', _prepare_html('test'));
        $this->assertEquals('test' . PHP_EOL . 'test', _prepare_html('test' . PHP_EOL . 'test'));
        $this->assertEquals('{', _prepare_html('{'));
Severity: Minor
Found in .dev/tests/unit/functions/function_prepare_html_test.Test.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status