Skip to content

Commit 6265f0d

Browse files
committed
MAGETWO-56871: [GITHUB] Non-admin do not have permission to search for Categories in Cart Price Rules #6168
1 parent 7460843 commit 6265f0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/SalesRule/Test/Unit/Model/Rule/Condition/ProductTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
use \Magento\Eav\Model\Entity\AttributeLoaderInterface;
1818
use \Magento\SalesRule\Model\Rule\Condition\Product as SalesRuleProduct;
1919

20+
/**
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22+
*/
2023
class ProductTest extends \PHPUnit_Framework_TestCase
2124
{
2225
/** @var SalesRuleProduct */

0 commit comments

Comments
 (0)