File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/ConfigurableProduct/Test/Unit/Pricing/Render Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
namespace Magento \ConfigurableProduct \Test \Unit \Pricing \Render ;
8
+
8
9
use Magento \Catalog \Model \Product \Pricing \Renderer \SalableResolverInterface ;
9
10
use Magento \ConfigurableProduct \Pricing \Price \ConfigurableOptionsProviderInterface ;
10
11
use Magento \ConfigurableProduct \Pricing \Price \LowestPriceOptionsProviderInterface ;
11
12
use Magento \Framework \ObjectManagerInterface ;
12
13
13
14
/**
14
- * Tests \Magento\ConfigurableProduct\Pricing\Render\TierPriceBox
15
+ * Tests \Magento\ConfigurableProduct\Pricing\Render\TierPriceBox.
16
+ *
17
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
15
18
*/
16
19
class TierPriceBoxTest extends \PHPUnit_Framework_TestCase
17
20
{
You can’t perform that action at this time.
0 commit comments