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.
2 parents 8bb9eb6 + b6d4aa3 commit 05b9b31Copy full SHA for 05b9b31
tests/Query/BuilderTest.php
@@ -111,14 +111,14 @@ public function test_get_filters()
111
112
$this->assertEquals([
113
'and' => [[
114
- 'field' => 'foo',
+ 'field' => 'foo',
115
'operator' => '=',
116
- 'value' => '\62\61\72',
+ 'value' => '\62\61\72',
117
]],
118
'or' => [[
119
- 'field' => 'baz',
+ 'field' => 'baz',
120
121
- 'value' => '\66\6f\6f',
+ 'value' => '\66\6f\6f',
122
123
'raw' => [],
124
], $b->getFilters());
0 commit comments