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 213bbc8 commit 831a5fdCopy full SHA for 831a5fd
tests/Query/BuilderTest.php
@@ -817,9 +817,9 @@ public function test_nested_not_filter()
817
818
$query = $b->notFilter(function ($query) {
819
$query->where([
820
- 'one' => 'one',
821
- 'two' => 'two',
822
- ]);
+ 'one' => 'one',
+ 'two' => 'two',
+ ]);
823
})->getUnescapedQuery();
824
825
$this->assertEquals('(!(one=one)(two=two))', $query);
0 commit comments