@@ -311,11 +311,13 @@ public function testExecuteWithExistentCustomer()
311
311
$ dataToCompact = [
312
312
'entity_id ' => $ customerId ,
313
313
'code ' => 'value ' ,
314
+ 'coolness ' => false ,
314
315
'disable_auto_group_change ' => 'false ' ,
315
316
CustomerInterface::DEFAULT_BILLING => false ,
316
317
CustomerInterface::DEFAULT_SHIPPING => false ,
317
318
'confirmation ' => false ,
318
319
'sendemail_store_id ' => false ,
320
+ 'extension_attributes ' => false ,
319
321
];
320
322
$ addressFilteredData = [
321
323
'entity_id ' => $ addressId ,
@@ -331,6 +333,7 @@ public function testExecuteWithExistentCustomer()
331
333
'default_billing ' => 'true ' ,
332
334
'default_shipping ' => 'true ' ,
333
335
'code ' => 'value ' ,
336
+ 'coolness ' => false ,
334
337
'region ' => 'region ' ,
335
338
'region_id ' => 'region_id ' ,
336
339
];
@@ -637,11 +640,13 @@ public function testExecuteWithNewCustomer()
637
640
'disable_auto_group_change ' => 'false ' ,
638
641
];
639
642
$ dataToCompact = [
643
+ 'coolness ' => false ,
640
644
'disable_auto_group_change ' => 'false ' ,
641
645
CustomerInterface::DEFAULT_BILLING => false ,
642
646
CustomerInterface::DEFAULT_SHIPPING => false ,
643
647
'confirmation ' => false ,
644
648
'sendemail_store_id ' => false ,
649
+ 'extension_attributes ' => false ,
645
650
];
646
651
$ addressFilteredData = [
647
652
'entity_id ' => $ addressId ,
@@ -657,6 +662,7 @@ public function testExecuteWithNewCustomer()
657
662
'default_billing ' => 'false ' ,
658
663
'default_shipping ' => 'false ' ,
659
664
'code ' => 'value ' ,
665
+ 'coolness ' => false ,
660
666
'region ' => 'region ' ,
661
667
'region_id ' => 'region_id ' ,
662
668
];
@@ -911,11 +917,13 @@ public function testExecuteWithNewCustomerAndValidationException()
911
917
'disable_auto_group_change ' => 'false ' ,
912
918
];
913
919
$ dataToCompact = [
920
+ 'coolness ' => false ,
914
921
'disable_auto_group_change ' => 'false ' ,
915
922
CustomerInterface::DEFAULT_BILLING => false ,
916
923
CustomerInterface::DEFAULT_SHIPPING => false ,
917
924
'confirmation ' => false ,
918
925
'sendemail_store_id ' => false ,
926
+ 'extension_attributes ' => false ,
919
927
];
920
928
921
929
/** @var AttributeMetadataInterface|\PHPUnit_Framework_MockObject_MockObject $customerFormMock */
@@ -1061,11 +1069,13 @@ public function testExecuteWithNewCustomerAndLocalizedException()
1061
1069
'disable_auto_group_change ' => 'false ' ,
1062
1070
];
1063
1071
$ dataToCompact = [
1072
+ 'coolness ' => false ,
1064
1073
'disable_auto_group_change ' => 'false ' ,
1065
1074
CustomerInterface::DEFAULT_BILLING => false ,
1066
1075
CustomerInterface::DEFAULT_SHIPPING => false ,
1067
1076
'confirmation ' => false ,
1068
1077
'sendemail_store_id ' => false ,
1078
+ 'extension_attributes ' => false ,
1069
1079
];
1070
1080
1071
1081
/** @var AttributeMetadataInterface|\PHPUnit_Framework_MockObject_MockObject $customerFormMock */
@@ -1211,11 +1221,13 @@ public function testExecuteWithNewCustomerAndException()
1211
1221
'disable_auto_group_change ' => 'false ' ,
1212
1222
];
1213
1223
$ dataToCompact = [
1224
+ 'coolness ' => false ,
1214
1225
'disable_auto_group_change ' => 'false ' ,
1215
1226
CustomerInterface::DEFAULT_BILLING => false ,
1216
1227
CustomerInterface::DEFAULT_SHIPPING => false ,
1217
1228
'confirmation ' => false ,
1218
1229
'sendemail_store_id ' => false ,
1230
+ 'extension_attributes ' => false ,
1219
1231
];
1220
1232
1221
1233
/** @var AttributeMetadataInterface|\PHPUnit_Framework_MockObject_MockObject $customerFormMock */
0 commit comments