We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
9 | class CrudPanelFiltersTest extends BaseCrudPanelTest |
||
10 | { |
||
11 | protected $testFilter = [[ |
||
12 | 'name' => 'my_filter', |
||
13 | 'label' => 'filter label', |
||
14 | ], false, false, false]; |
||
15 | |||
16 | public function testItEnablesTheFiltersButConsiderThemDisableIfEmpty() |
||
20 | } |
||
21 | |||
22 | public function testItCanAddFiltersToCrudPanel() |
||
27 | } |
||
28 | |||
29 | public function testItCanClearFilters() |
||
37 |