Skip to content

Commit fbc317e

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
$product->setTypeId(
1313
'simple'
14-
)->setId(
15-
1
1614
)->setAttributeSetId(
1715
4
1816
)->setWebsiteIds(
@@ -38,8 +36,7 @@
3836
)->setStockData(
3937
[
4038
'qty' => 100,
41-
'is_in_stock' => 1,
42-
'manage_stock' => 1,
39+
'is_in_stock' => 1
4340
]
4441
)->setHasOptions(true);
4542

@@ -49,7 +46,7 @@
4946
'type' => 'field',
5047
'is_require' => true,
5148
'sort_order' => 1,
52-
'price' => 10.0,
49+
'price' => -10.0,
5350
'price_type' => 'fixed',
5451
'sku' => 'sku1',
5552
'max_characters' => 10,

0 commit comments

Comments
 (0)