Skip to content

Commit f4653ea

Browse files
committed
Resolving build failure Issue
1 parent e9cc23c commit f4653ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundleWithCatalogPriceRuleCalculatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* @magentoAppArea frontend
1414
*/
15-
class FixedBundleWithCatalogPriceRuleCalculatorTest extends BundlePriceAbstract
15+
class FixedBundleWithCatalogPriceRuleCalculatorTest
1616
{
1717
/**
1818
* @param array $strategyModifiers

dev/tests/integration/testsuite/Magento/Bundle/Model/Product/FixedBundleWithTierPriceCalculatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @package Magento\Bundle\Model\Product
1515
* @magentoAppArea frontend
1616
*/
17-
class FixedBundleWithTierPriceCalculatorTest extends BundlePriceAbstract
17+
class FixedBundleWithTierPriceCalculatorTest
1818
{
1919
/** @var ProductTierPriceInterfaceFactory */
2020
private $tierPriceFactory;

0 commit comments

Comments
 (0)