Skip to content

Commit e8119ed

Browse files
committed
MAGETWO-93776: [Forwardport] Stabilization
1 parent fbc317e commit e8119ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_with_options.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
)->setStockData(
3737
[
3838
'qty' => 100,
39-
'is_in_stock' => 1
39+
'is_in_stock' => 1,
40+
'manage_stock' => 1,
4041
]
4142
)->setHasOptions(true);
4243

0 commit comments

Comments
 (0)