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 7460843 commit 6265f0dCopy full SHA for 6265f0d
app/code/Magento/SalesRule/Test/Unit/Model/Rule/Condition/ProductTest.php
@@ -17,6 +17,9 @@
17
use \Magento\Eav\Model\Entity\AttributeLoaderInterface;
18
use \Magento\SalesRule\Model\Rule\Condition\Product as SalesRuleProduct;
19
20
+/**
21
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22
+ */
23
class ProductTest extends \PHPUnit_Framework_TestCase
24
{
25
/** @var SalesRuleProduct */
0 commit comments