We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52e0e8 commit 5c3154bCopy full SHA for 5c3154b
app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/SalesRule/Model/Rule/Condition/ProductTest.php
@@ -4,7 +4,7 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-namespace Magento\ConfigurableProduct\Plugin\SalesRule\Model\Rule\Condition;
+namespace Magento\ConfigurableProduct\Test\Unit\Plugin\SalesRule\Model\Rule\Condition;
8
9
use Magento\Backend\Helper\Data;
10
use Magento\Catalog\Api\ProductRepositoryInterface;
@@ -27,6 +27,7 @@
27
28
/**
29
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
+ * @SuppressWarnings(PHPMD.LongVariable)
31
32
class ProductTest extends \PHPUnit\Framework\TestCase
33
{
0 commit comments