File tree 1 file changed +11
-11
lines changed
dev/tests/integration/testsuite/Magento/GroupedProduct/Model/Product/Type
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public function outOfStockSubProductDataProvider()
197
197
'qty ' => 1 ,
198
198
'super_group ' => [
199
199
1 => 4 ,
200
- 21 => 5
200
+ 21 => 5 ,
201
201
],
202
202
],
203
203
[
@@ -207,9 +207,9 @@ public function outOfStockSubProductDataProvider()
207
207
],
208
208
[
209
209
'sku ' => 'simple ' ,
210
- 'cart_qty ' => 4
210
+ 'cart_qty ' => 4 ,
211
211
],
212
- ]
212
+ ],
213
213
],
214
214
'Out of stock product are shown #2 ' => [
215
215
true ,
@@ -223,9 +223,9 @@ public function outOfStockSubProductDataProvider()
223
223
[
224
224
[
225
225
'sku ' => 'virtual-product ' ,
226
- 'cart_qty ' => 2 // This is a default quantity.
226
+ 'cart_qty ' => 2 , // This is a default quantity.
227
227
],
228
- ]
228
+ ],
229
229
],
230
230
'Out of stock product are hidden #1 ' => [
231
231
false ,
@@ -234,19 +234,19 @@ public function outOfStockSubProductDataProvider()
234
234
'qty ' => 1 ,
235
235
'super_group ' => [
236
236
1 => 4 ,
237
- 21 => 5
237
+ 21 => 5 ,
238
238
],
239
239
],
240
240
[
241
241
[
242
242
'sku ' => 'virtual-product ' ,
243
- 'cart_qty ' => 5
243
+ 'cart_qty ' => 5 ,
244
244
],
245
245
[
246
246
'sku ' => 'simple ' ,
247
- 'cart_qty ' => 4
247
+ 'cart_qty ' => 4 ,
248
248
],
249
- ]
249
+ ],
250
250
],
251
251
'Out of stock product are hidden #2 ' => [
252
252
false ,
@@ -260,9 +260,9 @@ public function outOfStockSubProductDataProvider()
260
260
[
261
261
[
262
262
'sku ' => 'virtual-product ' ,
263
- 'cart_qty ' => 2 // This is a default quantity.
263
+ 'cart_qty ' => 2 , // This is a default quantity.
264
264
],
265
- ]
265
+ ],
266
266
],
267
267
];
268
268
}
You can’t perform that action at this time.
0 commit comments