wsssoftware/cakephp-datatables

View on GitHub
tests/Fixture/CategoriesFixture.php

Summary

Maintainability
A
1 hr
Test Coverage

Method init has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function init(): void {
        $this->records = [
            [
                'id' => 1,
                'name' => 'Cars',
Severity: Minor
Found in tests/Fixture/CategoriesFixture.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status