File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
CatalogWidget/Test/Unit/Model/Rule/Condition
Unit/Plugin/SalesRule/Model/Rule/Condition Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010/**
1111 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12- * @SuppressWarnings(PHPMD.LongVariable)
1312 */
1413class ProductTest extends \PHPUnit \Framework \TestCase
1514{
Original file line number Diff line number Diff line change 150150 <argument name =" sortBy" value =" price" />
151151 <argument name =" sort" value =" desc" />
152152 </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 " />
156156
157157 <!-- Delete the rule -->
158158 <amOnPage url =" {{CatalogRulePage.url}}" stepKey =" goToPriceRulePage" />
Original file line number Diff line number Diff line change 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
99use Magento \Backend \Helper \Data ;
1010use Magento \Catalog \Api \ProductRepositoryInterface ;
2727
2828/**
2929 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
30+ * @SuppressWarnings(PHPMD.LongVariable)
3031 */
3132class ProductTest extends \PHPUnit \Framework \TestCase
3233{
You can’t perform that action at this time.
0 commit comments