File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
app/code/Magento/CatalogImportExport/Test/Unit/Model/Import/Product/Type Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,28 @@ protected function setUp()
134
134
->expects ($ this ->any ())
135
135
->method ('addFieldToFilter ' )
136
136
->with (
137
- 'main_table.attribute_id ' ,
138
- ['in ' => ['attribute_id ' , 'boolean_attribute ' ]]
137
+ ['main_table.attribute_id ' , 'main_table.attribute_code ' ],
138
+ [
139
+ [
140
+ 'in ' =>
141
+ [
142
+ 'attribute_id ' ,
143
+ 'boolean_attribute ' ,
144
+ ],
145
+ ],
146
+ [
147
+ 'in ' =>
148
+ [
149
+ 'related_tgtr_position_behavior ' ,
150
+ 'related_tgtr_position_limit ' ,
151
+ 'upsell_tgtr_position_behavior ' ,
152
+ 'upsell_tgtr_position_limit ' ,
153
+ 'thumbnail_label ' ,
154
+ 'small_image_label ' ,
155
+ 'image_label ' ,
156
+ ],
157
+ ],
158
+ ]
139
159
)
140
160
->willReturn ([$ attribute1 , $ attribute2 ]);
141
161
You can’t perform that action at this time.
0 commit comments