@@ -48,7 +48,7 @@ public function testCreateImpressionEventNoAttributes()
48
48
'layerId ' => '7719770039 ' ,
49
49
'visitorId ' => 'testUserId ' ,
50
50
'clientEngine ' => 'php-sdk ' ,
51
- 'clientVersion ' => '0.1 .0 ' ,
51
+ 'clientVersion ' => '1.0 .0 ' ,
52
52
'timestamp ' => time () * 1000 ,
53
53
'isGlobalHoldback ' => false ,
54
54
'userFeatures ' => [],
@@ -82,7 +82,7 @@ public function testCreateImpressionEventWithAttributes()
82
82
'layerId ' => '7719770039 ' ,
83
83
'visitorId ' => 'testUserId ' ,
84
84
'clientEngine ' => 'php-sdk ' ,
85
- 'clientVersion ' => '0.1 .0 ' ,
85
+ 'clientVersion ' => '1.0 .0 ' ,
86
86
'timestamp ' => time () * 1000 ,
87
87
'isGlobalHoldback ' => false ,
88
88
'userFeatures ' => [[
@@ -126,7 +126,7 @@ public function testCreateConversionEventNoAttributesNoValue()
126
126
'accountId ' => '1592310167 ' ,
127
127
'visitorId ' => 'testUserId ' ,
128
128
'clientEngine ' => 'php-sdk ' ,
129
- 'clientVersion ' => '0.1 .0 ' ,
129
+ 'clientVersion ' => '1.0 .0 ' ,
130
130
'userFeatures ' => [],
131
131
'isGlobalHoldback ' => false ,
132
132
'timestamp ' => time () * 1000 ,
@@ -168,7 +168,7 @@ public function testCreateConversionEventWithAttributesNoValue()
168
168
'accountId ' => '1592310167 ' ,
169
169
'visitorId ' => 'testUserId ' ,
170
170
'clientEngine ' => 'php-sdk ' ,
171
- 'clientVersion ' => '0.1 .0 ' ,
171
+ 'clientVersion ' => '1.0 .0 ' ,
172
172
'isGlobalHoldback ' => false ,
173
173
'timestamp ' => time () * 1000 ,
174
174
'eventFeatures ' => [],
@@ -221,7 +221,7 @@ public function testCreateConversionEventNoAttributesWithValue()
221
221
'accountId ' => '1592310167 ' ,
222
222
'visitorId ' => 'testUserId ' ,
223
223
'clientEngine ' => 'php-sdk ' ,
224
- 'clientVersion ' => '0.1 .0 ' ,
224
+ 'clientVersion ' => '1.0 .0 ' ,
225
225
'userFeatures ' => [],
226
226
'isGlobalHoldback ' => false ,
227
227
'timestamp ' => time () * 1000 ,
@@ -266,7 +266,7 @@ public function testCreateConversionEventWithAttributesWithValue()
266
266
'accountId ' => '1592310167 ' ,
267
267
'visitorId ' => 'testUserId ' ,
268
268
'clientEngine ' => 'php-sdk ' ,
269
- 'clientVersion ' => '0.1 .0 ' ,
269
+ 'clientVersion ' => '1.0 .0 ' ,
270
270
'isGlobalHoldback ' => false ,
271
271
'timestamp ' => time () * 1000 ,
272
272
'eventFeatures ' => [],
0 commit comments