Skip to content

Commit

Permalink
magento#14020-Cart-Sales-Rule-with-negated-condition-over-special-pri…
Browse files Browse the repository at this point in the history
…ce-does-not-work-for-configurable-products.

Fixed static tests.
  • Loading branch information
novikor committed Aug 9, 2018
1 parent c52e0e8 commit 5c3154b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See COPYING.txt for license details.
*/

namespace Magento\ConfigurableProduct\Plugin\SalesRule\Model\Rule\Condition;
namespace Magento\ConfigurableProduct\Test\Unit\Plugin\SalesRule\Model\Rule\Condition;

use Magento\Backend\Helper\Data;
use Magento\Catalog\Api\ProductRepositoryInterface;
Expand All @@ -27,6 +27,7 @@

/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.LongVariable)
*/
class ProductTest extends \PHPUnit\Framework\TestCase
{
Expand Down

0 comments on commit 5c3154b

Please sign in to comment.