You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/Bundle/Model/Product/DynamicBundlePriceCalculatorWithDimensionTest.php
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,8 @@ private function getBundleConfiguration1()
163
163
[
164
164
'sku' => 'simple1',
165
165
'qty' => 1,
166
+
'price' => 100,
167
+
'price_type' => 0,
166
168
],
167
169
]
168
170
],
@@ -192,14 +194,20 @@ private function getBundleConfiguration2()
192
194
[
193
195
'sku' => 'simple1',
194
196
'qty' => 3,
197
+
'price' => 100,
198
+
'price_type' => 0,
195
199
],
196
200
[
197
201
'sku' => 'simple2',
198
202
'qty' => 2,
203
+
'price' => 100,
204
+
'price_type' => 0,
199
205
],
200
206
[
201
207
'sku' => 'simple3',
202
208
'qty' => 1,
209
+
'price' => 100,
210
+
'price_type' => 0,
203
211
],
204
212
]
205
213
]
@@ -229,14 +237,20 @@ private function getBundleConfiguration3()
229
237
[
230
238
'sku' => 'simple1',
231
239
'qty' => 1,
240
+
'price' => 100,
241
+
'price_type' => 0,
232
242
],
233
243
[
234
244
'sku' => 'simple2',
235
245
'qty' => 1,
246
+
'price' => 100,
247
+
'price_type' => 0,
236
248
],
237
249
[
238
250
'sku' => 'simple3',
239
251
'qty' => 1,
252
+
'price' => 100,
253
+
'price_type' => 0,
240
254
]
241
255
]
242
256
]
@@ -265,10 +279,14 @@ private function getBundleConfiguration4()
265
279
[
266
280
'sku' => 'simple1',
267
281
'qty' => 1,
282
+
'price' => 100,
283
+
'price_type' => 0,
268
284
],
269
285
[
270
286
'sku' => 'simple2',
271
287
'qty' => 3,
288
+
'price' => 100,
289
+
'price_type' => 0,
272
290
],
273
291
]
274
292
],
@@ -280,10 +298,14 @@ private function getBundleConfiguration4()
280
298
[
281
299
'sku' => 'simple1',
282
300
'qty' => 1,
301
+
'price' => 100,
302
+
'price_type' => 0,
283
303
],
284
304
[
285
305
'sku' => 'simple2',
286
306
'qty' => 3,
307
+
'price' => 100,
308
+
'price_type' => 0,
287
309
],
288
310
]
289
311
]
@@ -312,10 +334,14 @@ private function getBundleConfiguration5()
312
334
[
313
335
'sku' => 'simple1',
314
336
'qty' => 1,
337
+
'price' => 100,
338
+
'price_type' => 0,
315
339
],
316
340
[
317
341
'sku' => 'simple2',
318
342
'qty' => 3,
343
+
'price' => 100,
344
+
'price_type' => 0,
319
345
],
320
346
]
321
347
],
@@ -327,10 +353,14 @@ private function getBundleConfiguration5()
0 commit comments