luyadev/luya-module-cms

View on GitHub
tests/src/frontend/commands/PageControllerTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testActionCleanup has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testActionCleanup()
    {
        PageScope::run($this->app, function (PageScope $scope) {
            $scope->createCmsNavFixture([]);
            $scope->createCmsNavItemFixture([]);
Severity: Minor
Found in tests/src/frontend/commands/PageControllerTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status