@@ -397,11 +397,9 @@ public function testAddBundleToCartWithRadioAndSelectErr()
397
397
DataFixture(ProductFixture::class, ['sku ' => 'simple-1 ' , 'price ' => 10 ], 'p1 ' ),
398
398
DataFixture(ProductFixture::class, ['sku ' => 'simple2 ' , 'price ' => 20 ], 'p2 ' ),
399
399
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 ' ),
402
401
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 ' ),
405
403
DataFixture(BundleOptionFixture::class, ['product_links ' => ['$link1$ ' , '$link2$ ' ]], 'opt1 ' ),
406
404
DataFixture(
407
405
BundleProductFixture::class,
0 commit comments