Skip to content

Commit

Permalink
NGSTACK-461: add test for logical not with null value
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Nov 13, 2020
1 parent 6247294 commit fd3ce74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/lib/Unit/Core/Site/QueryType/CriteriaBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ public function providerForTestBuild(): array
),
],
],
[
[
new CriterionDefinition([
'name' => 'not',
'target' => null,
'operator' => null,
'value' => null,
]),
],
[],
],
[
[
new CriterionDefinition([
Expand Down

0 comments on commit fd3ce74

Please sign in to comment.