File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
CatalogInventory/Test/Unit/Block/Plugin
GroupedProduct/view/frontend/templates/product/view/type Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ protected function setUp(): void
53
53
$ this ->stockRegistry = $ this ->getMockBuilder (StockRegistryInterface::class)
54
54
->getMock ();
55
55
56
-
57
56
$ this ->productQuantityValidator = $ objectManager ->getObject (
58
57
QuantityValidator::class,
59
58
[
Original file line number Diff line number Diff line change 55
55
value="<?= $ escaper ->escapeHtmlAttr ($ _item ->getQty () * 1 ) ?> "
56
56
title="<?= $ escaper ->escapeHtmlAttr (__ ('Qty ' )) ?> "
57
57
class="input-text qty"
58
- data-validate="<?= $ escaper ->escapeHtmlAttr ($ viewModel ->getQuantityValidators ($ _item ->getId (), $ _item ->getWebsiteId ())) ?> "
58
+ data-validate="<?= $ escaper ->escapeHtmlAttr ($ viewModel ->getQuantityValidators (
59
+ $ _item ->getId (),
60
+ $ _item ->getWebsiteId ()
61
+ )) ?> "
59
62
data-no-validation-for-zero-qty="true"
60
63
data-errors-message-box="#validation-message-box"/>
61
64
</div>
You can’t perform that action at this time.
0 commit comments