We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56e256 commit fa04023Copy full SHA for fa04023
dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/AddBundleProductToCartTest.php
@@ -396,10 +396,8 @@ public function testAddBundleToCartWithRadioAndSelectErr()
396
#[
397
DataFixture(ProductFixture::class, ['sku' => 'simple-1', 'price' => 10], 'p1'),
398
DataFixture(ProductFixture::class, ['sku' => 'simple2', 'price' => 20], 'p2'),
399
- DataFixture(BundleSelectionFixture::class, ['sku' => '$p1.sku$', 'price' => 10, 'price_type' => 0,
400
- 'delete' => ''], 'link1'),
401
- DataFixture(BundleSelectionFixture::class, ['sku' => '$p2.sku$', 'price' => 25, 'price_type' => 1,
402
- 'delete' => ''], 'link2'),
+ DataFixture(BundleSelectionFixture::class, ['sku' => '$p1.sku$', 'price' => 10, 'price_type' => 0], 'link1'),
+ DataFixture(BundleSelectionFixture::class, ['sku' => '$p2.sku$', 'price' => 25, 'price_type' => 1], 'link2'),
403
DataFixture(BundleOptionFixture::class, ['product_links' => ['$link1$', '$link2$']], 'opt1'),
404
DataFixture(
405
BundleProductFixture::class,
0 commit comments