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 6282cdf commit 6b8aee1Copy full SHA for 6b8aee1
tests/ESQueryTest.php
@@ -46,7 +46,7 @@ public function testQueryForDistanceFilter()
46
47
$expected_query = $this->prepareExpectedQueryWithDistanceFilter($geo_point, $distance);
48
49
- $query = new Query(null);
+ $query = new Query();
50
51
$actual_query = $query->index($this->index)
52
->type($this->type)
@@ -61,7 +61,7 @@ public function testQueryForDistanceFilter()
61
// to cause actual results to differ from the expected results.
62
$distance = '20km';
63
64
65
66
67
0 commit comments