@@ -167,6 +167,26 @@ public function attributeValidationProvider()
167
167
['product_type ' => 'any ' , 'attribute_code ' => 'Option 1|Option 2 ' ],
168
168
true
169
169
],
170
+ [
171
+ Import::BEHAVIOR_APPEND ,
172
+ ['is_required ' => true , 'type ' => 'multiselect ' ,
173
+ 'options ' => ['option 1 ' => 0 , 'option 2 ' => 1 , 'option 3 ' ]],
174
+ ['product_type ' => 'any ' , 'attribute_code ' => 'Option 1|Option 2|Option 1 ' ],
175
+ false
176
+ ],
177
+ [
178
+ Import::BEHAVIOR_APPEND ,
179
+ ['is_required ' => true , 'type ' => 'multiselect ' ,
180
+ 'options ' => ['option 1 ' => 0 , 'option 2 ' => 1 , 'option 3 ' ]],
181
+ ['product_type ' => 'any ' , 'attribute_code ' => 'Option 3|Option 3|Option 3|Option 1 ' ],
182
+ false
183
+ ],
184
+ [
185
+ Import::BEHAVIOR_APPEND ,
186
+ ['is_required ' => true , 'type ' => 'multiselect ' , 'options ' => ['option 1 ' => 0 ]],
187
+ ['product_type ' => 'any ' , 'attribute_code ' => 'Option 1|Option 1|Option 1|Option 1 ' ],
188
+ false
189
+ ],
170
190
[
171
191
Import::BEHAVIOR_APPEND ,
172
192
['is_required ' => true , 'type ' => 'datetime ' ],
0 commit comments