.dev/tests/unit/class_bb_codes_test.Test.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method test_10 has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_10()
    {
        $this->assertEquals(
            '<div class="bb_remote_image"><img src="http://www.google.com/intl/en_ALL/images/logo.gif"></div>',
            self::_bbcode('[img]http://www.google.com/intl/en_ALL/images/logo.gif[/img]')
Severity: Major
Found in .dev/tests/unit/class_bb_codes_test.Test.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status