Skip to content

Commit e630b10

Browse files
committed
MAGETWO-98603: [2.3] Fixed Tier Pricing for Bundle items doesn't work
1 parent 2184eb7 commit e630b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Bundle/_files/product_with_simple_tier_pricing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
require __DIR__ . '/../../../Magento/Catalog/_files/product_simple.php';
8+
include __DIR__ . '/../../../Magento/Catalog/_files/product_simple.php';
99

1010
/** @var $productFactory Magento\Catalog\Model\ProductFactory */
1111
$productFactory = $objectManager->create(\Magento\Catalog\Model\ProductFactory::class);

dev/tests/integration/testsuite/Magento/Bundle/_files/product_with_simple_tier_pricing_rollback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
require __DIR__ . '/../../../Magento/Catalog/_files/product_simple_rollback.php';
8+
include __DIR__ . '/../../../Magento/Catalog/_files/product_simple_rollback.php';
99

1010
/** @var \Magento\Framework\Registry $registry */
1111
$registry = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->get(\Magento\Framework\Registry::class);

0 commit comments

Comments
 (0)