Skip to content

Commit 91896c7

Browse files
committed
MAGETWO-57007: [Backport] - [GitHub] Tier price of a simple/virtual product does not appear on a configurable product page #3759 - for 2.1
1 parent f6af981 commit 91896c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Unit/Pricing/Render/TierPriceBoxTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
*/
66

77
namespace Magento\ConfigurableProduct\Test\Unit\Pricing\Render;
8+
89
use Magento\Catalog\Model\Product\Pricing\Renderer\SalableResolverInterface;
910
use Magento\ConfigurableProduct\Pricing\Price\ConfigurableOptionsProviderInterface;
1011
use Magento\ConfigurableProduct\Pricing\Price\LowestPriceOptionsProviderInterface;
1112
use Magento\Framework\ObjectManagerInterface;
1213

1314
/**
14-
* Tests \Magento\ConfigurableProduct\Pricing\Render\TierPriceBox
15+
* Tests \Magento\ConfigurableProduct\Pricing\Render\TierPriceBox.
16+
*
17+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1518
*/
1619
class TierPriceBoxTest extends \PHPUnit_Framework_TestCase
1720
{

0 commit comments

Comments
 (0)