Skip to content

Commit a0ed2da

Browse files
chore(deps): update dependency php/php-src to v8.3.11 (generated)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 848fcc8 commit a0ed2da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/output/php/src/e2e/InsightsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testPushEvents1(): void
3535
'index' => 'products',
3636
'userToken' => 'user-123456',
3737
'authenticatedUserToken' => 'user-123456',
38-
'timestamp' => 1726790400000,
38+
'timestamp' => 1727049600000,
3939
'objectIDs' => [
4040
'9780545139700',
4141

@@ -49,7 +49,7 @@ public function testPushEvents1(): void
4949
'index' => 'products',
5050
'userToken' => 'user-123456',
5151
'authenticatedUserToken' => 'user-123456',
52-
'timestamp' => 1726790400000,
52+
'timestamp' => 1727049600000,
5353
'objectIDs' => [
5454
'9780545139700',
5555

tests/output/php/src/requests/InsightsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ public function testPushEvents1(): void
527527
'index' => 'products',
528528
'userToken' => 'user-123456',
529529
'authenticatedUserToken' => 'user-123456',
530-
'timestamp' => 1726790400000,
530+
'timestamp' => 1727049600000,
531531
'objectIDs' => [
532532
'9780545139700',
533533

@@ -541,7 +541,7 @@ public function testPushEvents1(): void
541541
'index' => 'products',
542542
'userToken' => 'user-123456',
543543
'authenticatedUserToken' => 'user-123456',
544-
'timestamp' => 1726790400000,
544+
'timestamp' => 1727049600000,
545545
'objectIDs' => [
546546
'9780545139700',
547547

@@ -556,7 +556,7 @@ public function testPushEvents1(): void
556556
[
557557
'path' => '/1/events',
558558
'method' => 'POST',
559-
'body' => json_decode('{"events":[{"eventType":"conversion","eventName":"Product Purchased","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1726790400000,"objectIDs":["9780545139700","9780439784542"],"queryID":"43b15df305339e827f0ac0bdc5ebcaa7"},{"eventType":"view","eventName":"Product Detail Page Viewed","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1726790400000,"objectIDs":["9780545139700","9780439784542"]}]}'),
559+
'body' => json_decode('{"events":[{"eventType":"conversion","eventName":"Product Purchased","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1727049600000,"objectIDs":["9780545139700","9780439784542"],"queryID":"43b15df305339e827f0ac0bdc5ebcaa7"},{"eventType":"view","eventName":"Product Detail Page Viewed","index":"products","userToken":"user-123456","authenticatedUserToken":"user-123456","timestamp":1727049600000,"objectIDs":["9780545139700","9780439784542"]}]}'),
560560
],
561561
]);
562562
}

0 commit comments

Comments
 (0)