Skip to content

Commit 5c3154b

Browse files
committed
#14020-Cart-Sales-Rule-with-negated-condition-over-special-price-does-not-work-for-configurable-products.
Fixed static tests.
1 parent c52e0e8 commit 5c3154b

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Test/Unit/Plugin/SalesRule/Model/Rule/Condition

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\ConfigurableProduct\Plugin\SalesRule\Model\Rule\Condition;
7+
namespace Magento\ConfigurableProduct\Test\Unit\Plugin\SalesRule\Model\Rule\Condition;
88

99
use Magento\Backend\Helper\Data;
1010
use Magento\Catalog\Api\ProductRepositoryInterface;
@@ -27,6 +27,7 @@
2727

2828
/**
2929
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+
* @SuppressWarnings(PHPMD.LongVariable)
3031
*/
3132
class ProductTest extends \PHPUnit\Framework\TestCase
3233
{

0 commit comments

Comments
 (0)