We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55dc6c commit 941bc5cCopy full SHA for 941bc5c
tests/bundle/Functional/SearchView/Criterion/IsContainerTest.php
@@ -27,12 +27,12 @@ public function getCriteriaPayloads(): iterable
27
return [
28
'is container' => [
29
'json',
30
- $this->buildJsonCriterionQuery('"IsContainer": true'),
+ $this->buildJsonCriterionQuery('"IsContainerCriterion": true'),
31
11,
32
],
33
'is not container' => [
34
35
- $this->buildJsonCriterionQuery('"IsContainer": false'),
+ $this->buildJsonCriterionQuery('"IsContainerCriterion": false'),
36
2,
37
38
];
0 commit comments