| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class IsNullTest extends AbstractComparisonTest |
||
| 13 | { |
||
| 14 | protected string $filterClassName = IsNull::class; |
||
| 15 | |||
| 16 | protected string $expressionMethodName = 'isnull'; |
||
| 17 | |||
| 18 | protected string $expressionSymbol = 'IS NULL'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return array<mixed> |
||
| 22 | */ |
||
| 23 | public function getFilterWillApplyFilteringData(): array |
||
| 36 |