.dev/tests/unit/class_divide_pages_test.Test.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method test_complex has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_complex()
    {
        $per_page = 10;
        conf('per_page', $per_page);
        $this->assertEquals($per_page, conf('per_page'));
Severity: Major
Found in .dev/tests/unit/class_divide_pages_test.Test.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status