File tree 3 files changed +5
-5
lines changed
CatalogWidget/Test/Unit/Model/Rule/Condition
Unit/Plugin/SalesRule/Model/Rule/Condition
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
/**
11
11
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12
- * @SuppressWarnings(PHPMD.LongVariable)
13
12
*/
14
13
class ProductTest extends \PHPUnit \Framework \TestCase
15
14
{
Original file line number Diff line number Diff line change 150
150
<argument name =" sortBy" value =" price" />
151
151
<argument name =" sort" value =" desc" />
152
152
</actionGroup >
153
- <see selector =" {{StorefrontCategoryMainSection.lineProductName('1')}}" userInput =" $$createSimpleProduct2 .name$$" stepKey =" seeSimpleProductTwo2 " />
154
- <see selector =" {{StorefrontCategoryMainSection.lineProductName('2')}}" userInput =" $$createSimpleProduct .name$$" stepKey =" seeSimpleProduct2 " />
155
- <see selector =" {{StorefrontCategoryMainSection.lineProductName('3')}}" userInput =" $$createConfigProduct .name$$" stepKey =" seeConfigurableProduct2 " />
153
+ <see selector =" {{StorefrontCategoryMainSection.lineProductName('1')}}" userInput =" $$createConfigProduct .name$$" stepKey =" seeConfigurableProduct2 " />
154
+ <see selector =" {{StorefrontCategoryMainSection.lineProductName('2')}}" userInput =" $$createSimpleProduct2 .name$$" stepKey =" seeSimpleProductTwo2 " />
155
+ <see selector =" {{StorefrontCategoryMainSection.lineProductName('3')}}" userInput =" $$createSimpleProduct .name$$" stepKey =" seeSimpleProduct2 " />
156
156
157
157
<!-- Delete the rule -->
158
158
<amOnPage url =" {{CatalogRulePage.url}}" stepKey =" goToPriceRulePage" />
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \ConfigurableProduct \Plugin \SalesRule \Model \Rule \Condition ;
7
+ namespace Magento \ConfigurableProduct \Test \ Unit \ Plugin \SalesRule \Model \Rule \Condition ;
8
8
9
9
use Magento \Backend \Helper \Data ;
10
10
use Magento \Catalog \Api \ProductRepositoryInterface ;
27
27
28
28
/**
29
29
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30
+ * @SuppressWarnings(PHPMD.LongVariable)
30
31
*/
31
32
class ProductTest extends \PHPUnit \Framework \TestCase
32
33
{
You can’t perform that action at this time.
0 commit comments