@@ -45,6 +45,7 @@ public function testCreateImpressionEventNoAttributes()
45
45
[
46
46
'projectId ' => '7720880029 ' ,
47
47
'accountId ' => '1592310167 ' ,
48
+ 'revision ' => '15 ' ,
48
49
'layerId ' => '7719770039 ' ,
49
50
'visitorId ' => 'testUserId ' ,
50
51
'clientEngine ' => 'php-sdk ' ,
@@ -79,6 +80,7 @@ public function testCreateImpressionEventWithAttributes()
79
80
[
80
81
'projectId ' => '7720880029 ' ,
81
82
'accountId ' => '1592310167 ' ,
83
+ 'revision ' => '15 ' ,
82
84
'layerId ' => '7719770039 ' ,
83
85
'visitorId ' => 'testUserId ' ,
84
86
'clientEngine ' => 'php-sdk ' ,
@@ -125,6 +127,7 @@ public function testCreateConversionEventNoAttributesNoValue()
125
127
'projectId ' => '7720880029 ' ,
126
128
'accountId ' => '1592310167 ' ,
127
129
'visitorId ' => 'testUserId ' ,
130
+ 'revision ' => '15 ' ,
128
131
'clientEngine ' => 'php-sdk ' ,
129
132
'clientVersion ' => '1.0.1 ' ,
130
133
'userFeatures ' => [],
@@ -137,6 +140,7 @@ public function testCreateConversionEventNoAttributesNoValue()
137
140
'layerStates ' => [[
138
141
'layerId ' => '7719770039 ' ,
139
142
'actionTriggered ' => true ,
143
+ 'revision ' => '15 ' ,
140
144
'decision ' => [
141
145
'experimentId ' => '7716830082 ' ,
142
146
'variationId ' => '7722370027 ' ,
@@ -167,6 +171,7 @@ public function testCreateConversionEventWithAttributesNoValue()
167
171
'projectId ' => '7720880029 ' ,
168
172
'accountId ' => '1592310167 ' ,
169
173
'visitorId ' => 'testUserId ' ,
174
+ 'revision ' => '15 ' ,
170
175
'clientEngine ' => 'php-sdk ' ,
171
176
'clientVersion ' => '1.0.1 ' ,
172
177
'isGlobalHoldback ' => false ,
@@ -178,6 +183,7 @@ public function testCreateConversionEventWithAttributesNoValue()
178
183
'layerStates ' => [[
179
184
'layerId ' => '7719770039 ' ,
180
185
'actionTriggered ' => true ,
186
+ 'revision ' => '15 ' ,
181
187
'decision ' => [
182
188
'experimentId ' => '7716830082 ' ,
183
189
'variationId ' => '7722370027 ' ,
@@ -220,6 +226,7 @@ public function testCreateConversionEventNoAttributesWithValue()
220
226
'projectId ' => '7720880029 ' ,
221
227
'accountId ' => '1592310167 ' ,
222
228
'visitorId ' => 'testUserId ' ,
229
+ 'revision ' => '15 ' ,
223
230
'clientEngine ' => 'php-sdk ' ,
224
231
'clientVersion ' => '1.0.1 ' ,
225
232
'userFeatures ' => [],
@@ -242,6 +249,7 @@ public function testCreateConversionEventNoAttributesWithValue()
242
249
'layerStates ' => [[
243
250
'layerId ' => '7719770039 ' ,
244
251
'actionTriggered ' => true ,
252
+ 'revision ' => '15 ' ,
245
253
'decision ' => [
246
254
'experimentId ' => '7716830082 ' ,
247
255
'variationId ' => '7722370027 ' ,
@@ -272,6 +280,7 @@ public function testCreateConversionEventWithAttributesWithValue()
272
280
'projectId ' => '7720880029 ' ,
273
281
'accountId ' => '1592310167 ' ,
274
282
'visitorId ' => 'testUserId ' ,
283
+ 'revision ' => '15 ' ,
275
284
'clientEngine ' => 'php-sdk ' ,
276
285
'clientVersion ' => '1.0.1 ' ,
277
286
'isGlobalHoldback ' => false ,
@@ -299,6 +308,7 @@ public function testCreateConversionEventWithAttributesWithValue()
299
308
'layerStates ' => [[
300
309
'layerId ' => '7719770039 ' ,
301
310
'actionTriggered ' => true ,
311
+ 'revision ' => '15 ' ,
302
312
'decision ' => [
303
313
'experimentId ' => '7716830082 ' ,
304
314
'variationId ' => '7722370027 ' ,
@@ -344,6 +354,7 @@ public function testCreateConversionEventNoAttributesWithInvalidValue()
344
354
'projectId ' => '7720880029 ' ,
345
355
'accountId ' => '1592310167 ' ,
346
356
'visitorId ' => 'testUserId ' ,
357
+ 'revision ' => '15 ' ,
347
358
'clientEngine ' => 'php-sdk ' ,
348
359
'clientVersion ' => '1.0.1 ' ,
349
360
'userFeatures ' => [],
@@ -369,6 +380,7 @@ public function testCreateConversionEventNoAttributesWithInvalidValue()
369
380
'layerStates ' => [[
370
381
'layerId ' => '7719770039 ' ,
371
382
'actionTriggered ' => true ,
383
+ 'revision ' => '15 ' ,
372
384
'decision ' => [
373
385
'experimentId ' => '7716830082 ' ,
374
386
'variationId ' => '7722370027 ' ,
0 commit comments