core/diag/AbstractTest.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method __construct has 157 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct()
    {
        parent::__construct();
        // initialise the DB
        $handle = \core\DBConnection::handle("DIAGNOSTICS");
Severity: Major
Found in core/diag/AbstractTest.php - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status