File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
dev/tests/integration/testsuite/Magento/GroupedProduct/Model/Product/Type Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public function outOfStockSubProductDataProvider()
197197 'qty ' => 1 ,
198198 'super_group ' => [
199199 1 => 4 ,
200- 21 => 5
200+ 21 => 5 ,
201201 ],
202202 ],
203203 [
@@ -207,9 +207,9 @@ public function outOfStockSubProductDataProvider()
207207 ],
208208 [
209209 'sku ' => 'simple ' ,
210- 'cart_qty ' => 4
210+ 'cart_qty ' => 4 ,
211211 ],
212- ]
212+ ],
213213 ],
214214 'Out of stock product are shown #2 ' => [
215215 true ,
@@ -223,9 +223,9 @@ public function outOfStockSubProductDataProvider()
223223 [
224224 [
225225 'sku ' => 'virtual-product ' ,
226- 'cart_qty ' => 2 // This is a default quantity.
226+ 'cart_qty ' => 2 , // This is a default quantity.
227227 ],
228- ]
228+ ],
229229 ],
230230 'Out of stock product are hidden #1 ' => [
231231 false ,
@@ -234,19 +234,19 @@ public function outOfStockSubProductDataProvider()
234234 'qty ' => 1 ,
235235 'super_group ' => [
236236 1 => 4 ,
237- 21 => 5
237+ 21 => 5 ,
238238 ],
239239 ],
240240 [
241241 [
242242 'sku ' => 'virtual-product ' ,
243- 'cart_qty ' => 5
243+ 'cart_qty ' => 5 ,
244244 ],
245245 [
246246 'sku ' => 'simple ' ,
247- 'cart_qty ' => 4
247+ 'cart_qty ' => 4 ,
248248 ],
249- ]
249+ ],
250250 ],
251251 'Out of stock product are hidden #2 ' => [
252252 false ,
@@ -260,9 +260,9 @@ public function outOfStockSubProductDataProvider()
260260 [
261261 [
262262 'sku ' => 'virtual-product ' ,
263- 'cart_qty ' => 2 // This is a default quantity.
263+ 'cart_qty ' => 2 , // This is a default quantity.
264264 ],
265- ]
265+ ],
266266 ],
267267 ];
268268 }
You can’t perform that action at this time.
0 commit comments