| Total Complexity | 1 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class IsGreaterThanTest extends AbstractComparisonTest |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var string |
||
| 21 | */ |
||
| 22 | protected string $filterClassName = IsGreaterThan::class; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @var string |
||
| 26 | */ |
||
| 27 | protected string $expressionMethodName = 'gt'; |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @var string |
||
| 31 | */ |
||
| 32 | protected string $expressionSymbol = '>'; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return array<mixed> |
||
| 36 | */ |
||
| 37 | public function getFilterWillApplyFilteringData(): array |
||
| 50 |