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 |
||
8 | class CrudPanelFiltersTest extends BaseCrudPanelTest |
||
9 | { |
||
10 | protected $testFilter = [[ |
||
11 | 'name' => 'my_filter', |
||
12 | 'label' => 'filter label', |
||
13 | ], false, false, false]; |
||
14 | |||
15 | public function testItEnablesTheFiltersButConsiderThemDisableIfEmpty() |
||
19 | } |
||
20 | |||
21 | public function testItCanAddFiltersToCrudPanel() |
||
26 | } |
||
27 | |||
28 | public function testItCanClearFilters() |
||
36 |