@@ -398,11 +398,14 @@ public function testAddBundleToCartWithRadioAndSelectErr()
398398 DataFixture(ProductFixture::class, ['sku ' => 'simple2 ' , 'price ' => 20 ], 'p2 ' ),
399399 DataFixture(BundleSelectionFixture::class, ['sku ' => '$p1.sku$ ' , 'price ' => 10 , 'price_type ' => 0 ], 'link1 ' ),
400400 DataFixture(BundleSelectionFixture::class, ['sku ' => '$p2.sku$ ' , 'price ' => 25 , 'price_type ' => 1 ], 'link2 ' ),
401- DataFixture(BundleOptionFixture::class, ['product_links ' => ['$link1$ ' , '$link2$ ' ]], 'opt1 ' ),
401+ DataFixture(BundleOptionFixture::class, ['title ' => 'Checkbox Options ' , 'type ' => 'checkbox ' ,
402+ 'required ' => 1 ,'product_links ' => ['$link1$ ' , '$link2$ ' ]], 'opt1 ' ),
403+ DataFixture(BundleOptionFixture::class, ['title ' => 'Multiselect Options ' , 'type ' => 'multi ' ,
404+ 'required ' => 1 ,'product_links ' => ['$link1$ ' , '$link2$ ' ]], 'opt2 ' ),
402405 DataFixture(
403406 BundleProductFixture::class,
404407 ['sku ' => 'bundle-product-multiselect-checkbox-options ' ,'price ' => 50 ,'price_type ' => 1 ,
405- '_options ' => ['$opt1$ ' ]],
408+ '_options ' => ['$opt1$ ' , ' $opt2$ ' ]],
406409 'bundle-product-multiselect-checkbox-options '
407410 ),
408411 ]
0 commit comments