File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
dev/tests/integration/testsuite/Magento/Framework/Api/Config Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,24 @@ public function testMerge()
76
76
$ expectedArray = [
77
77
'Magento\Tax\Api\Data\TaxRateInterface ' => [],
78
78
'Magento\Catalog\Api\Data\Product ' => [
79
- 'stock_item ' => "Magento\CatalogInventory\Api\Data\StockItem " ,
79
+ 'stock_item ' => [
80
+ "type " => "Magento\CatalogInventory\Api\Data\StockItem " ,
81
+ "resourceRefs " => [],
82
+ ],
80
83
],
81
84
'Magento\Customer\Api\Data\CustomerInterface ' => [
82
- 'custom_1 ' => "Magento\Customer\Api\Data\CustomerCustom " ,
83
- 'custom_2 ' => "Magento\CustomerExtra\Api\Data\CustomerCustom22 " ,
84
- 'custom_3 ' => "Magento\Customer\Api\Data\CustomerCustom3 " ,
85
+ 'custom_1 ' => [
86
+ "type " => "Magento\Customer\Api\Data\CustomerCustom " ,
87
+ "resourceRefs " => [],
88
+ ],
89
+ 'custom_2 ' => [
90
+ "type " => "Magento\CustomerExtra\Api\Data\CustomerCustom22 " ,
91
+ "resourceRefs " => [],
92
+ ],
93
+ 'custom_3 ' => [
94
+ "type " => "Magento\Customer\Api\Data\CustomerCustom3 " ,
95
+ "resourceRefs " => [],
96
+ ],
85
97
],
86
98
];
87
99
You can’t perform that action at this time.
0 commit comments