open-orchestra/open-orchestra-libs

View on GitHub
Pagination/Tests/Configuration/PaginateFinderConfigurationTest.php

Summary

Maintainability
A
1 hr
Test Coverage

Method testGenerateFromRequest has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function testGenerateFromRequest($mapping, $search, $order, $limit, $skip)
Severity: Minor
Found in Pagination/Tests/Configuration/PaginateFinderConfigurationTest.php - About 35 mins to fix

Method testPaginateVarGeneration has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function testPaginateVarGeneration(array $mapping, $search, $order, $limit, $skip)
Severity: Minor
Found in Pagination/Tests/Configuration/PaginateFinderConfigurationTest.php - About 35 mins to fix

Method finderPaginateConfigurationTest has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    protected function finderPaginateConfigurationTest(PaginateFinderConfiguration $configuration, $order, $limit, $skip, $search)
Severity: Minor
Found in Pagination/Tests/Configuration/PaginateFinderConfigurationTest.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status