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 47a43dc commit 6eb2083Copy full SHA for 6eb2083
test/FingerprintApiTest.php
@@ -850,6 +850,8 @@ public function testSearchEventsWithAllParams()
850
'proxy' => 'true',
851
'sdk_version' => 'testSdkVersion',
852
'sdk_platform' => 'testSdkPlatform',
853
+ 'proximity_id' => 'testProximityId',
854
+ 'proximity_precision_radius' => 10,
855
];
856
857
$extraKeys = ['ii', 'visitor_id'];
@@ -900,7 +902,9 @@ public function testSearchEventsWithAllParams()
900
902
proxy: true,
901
903
sdk_version: 'testSdkVersion',
904
sdk_platform: 'testSdkPlatform',
- environment: ['env1', 'env2']
905
+ environment: ['env1', 'env2'],
906
+ proximity_id: "testProximityId",
907
+ proximity_precision_radius: 10
908
);
909
910
$this->assertCount(1, $events->getEvents());
0 commit comments