@@ -397,11 +397,9 @@ public function testAddBundleToCartWithRadioAndSelectErr()
397397 DataFixture(ProductFixture::class, ['sku ' => 'simple-1 ' , 'price ' => 10 ], 'p1 ' ),
398398 DataFixture(ProductFixture::class, ['sku ' => 'simple2 ' , 'price ' => 20 ], 'p2 ' ),
399399 DataFixture(BundleSelectionFixture::class, ['sku ' => '$p1.sku$ ' , 'price ' => 10 , 'price_type ' => 0 ,
400- 'title ' => 'Checkbox Options ' ,'default_title ' => 'Checkbox Options ' , 'type ' => 'checkbox ' ,
401- 'required ' => 1 , 'delete ' => '' ], 'link1 ' ),
400+ 'type ' => 'checkbox ' ,'required ' => 1 , 'delete ' => '' ], 'link1 ' ),
402401 DataFixture(BundleSelectionFixture::class, ['sku ' => '$p2.sku$ ' , 'price ' => 25 , 'price_type ' => 1 ,
403- 'title ' => 'Multiselect Options ' ,'default_title ' => 'Multiselect Options ' , 'type ' => 'multi ' ,
404- 'required ' => 1 , 'delete ' => '' ], 'link2 ' ),
402+ 'type ' => 'multi ' ,'required ' => 1 , 'delete ' => '' ], 'link2 ' ),
405403 DataFixture(BundleOptionFixture::class, ['product_links ' => ['$link1$ ' , '$link2$ ' ]], 'opt1 ' ),
406404 DataFixture(
407405 BundleProductFixture::class,
0 commit comments