luyadev/luya-module-cms

View on GitHub
tests/src/admin/importers/CmslayoutImporterTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testImportLayoutAndChangeAfterwardsIssue337 has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testImportLayoutAndChangeAfterwardsIssue337()
    {
        $this->createCmsLayoutFixture();
        $controller = new ImportController('import-controller', $this->app);
        $importer = new CmslayoutImporter($controller, $this->app->getModule('cmsadmin'));
Severity: Minor
Found in tests/src/admin/importers/CmslayoutImporterTest.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status