Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class IsGreaterThanTest extends AbstractComparisonTest |
||
15 | { |
||
16 | protected string $filterClassName = IsGreaterThan::class; |
||
17 | |||
18 | protected string $expressionMethodName = 'gt'; |
||
19 | |||
20 | protected string $expressionSymbol = '>'; |
||
21 | |||
22 | /** |
||
23 | * @return array<mixed> |
||
24 | */ |
||
25 | public function getFilterWillApplyFilteringData(): array |
||
38 |