File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/SalesRule/Test/Unit/Controller/Adminhtml/Promo/Quote Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ public function testExecuteWithDisableCouponQuantity()
487
487
->method ('getValue ' )
488
488
->with (self ::XML_COUPON_QUANTITY_LIMIT_PATH_TEST )
489
489
->willReturn (self ::XML_COUPON_QUANTITY_LIMIT_DISABLE_VALUE_TEST );
490
- $ this ->requestMockDataWithInvalidCouponQuantity ['quantity ' ] = $ this ->requestMockDataWithInvalidCouponQuantity ['qty ' ] ?? 0 ;
490
+ $ this ->requestMockDataWithInvalidCouponQuantity ['quantity ' ] = $ this ->requestMockDataWithInvalidCouponQuantity ['qty ' ] ?? 0 ;//phpcs:ignore
491
491
$ this ->couponGenerationSpec ->expects ($ this ->any ())
492
492
->method ('create ' )
493
493
->with (['data ' => $ this ->requestMockDataWithInvalidCouponQuantity ])
You can’t perform that action at this time.
0 commit comments