Skip to content

Commit eb7ead7

Browse files
author
Michail Slabko
committed
MAGETWO-39440: Prepare pull request
- fix mtf
1 parent 131857f commit eb7ead7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Fixture/ConfigurableProduct/CheckoutData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,11 @@ protected function getPreset($name)
165165
],
166166
],
167167
'qty' => 1,
168+
//TODO: adopt fixture MAGETWO-40002
168169
'cartItem' => [
169170
'price' => 11,
170171
'qty' => 1,
171-
'subtotal' => 11,
172+
'subtotal' => 10,
172173
],
173174
],
174175
'with_special_price' => [

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Fixture/ConfigurableProduct/ConfigurableAttributesData.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,18 +596,19 @@ class ConfigurableAttributesData implements FixtureInterface
596596
'attributes_data' => [
597597
'attribute_key_0' => [
598598
'options' => [
599+
//TODO: adopt fixture MAGETWO-40002
599600
'option_key_0' => [
600-
'pricing_value' => 1,
601+
'pricing_value' => 0,
601602
'include' => 'Yes',
602603
'is_percent' => 'No',
603604
],
604605
'option_key_1' => [
605-
'pricing_value' => 2,
606+
'pricing_value' => 0,
606607
'include' => 'Yes',
607608
'is_percent' => 'No',
608609
],
609610
'option_key_2' => [
610-
'pricing_value' => 3,
611+
'pricing_value' => 0,
611612
'include' => 'Yes',
612613
'is_percent' => 'No',
613614
],

0 commit comments

Comments
 (0)