Skip to content

Commit bf7b1f9

Browse files
committed
MAGNIMEX-SPRINT2 - configurable fixture visibility change
1 parent 2757020 commit bf7b1f9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup/src/Magento/Setup/Fixtures/ConfigurableProductsFixture.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ protected function getHeaders()
145145
* Get CSV template rows
146146
*
147147
* @param Closure|mixed $productCategory
148-
* @param Closure|mixed $productRootCategory
149148
* @param Closure|mixed $productWebsite
150149
*
151150
* @SuppressWarnings(PHPMD)
@@ -217,7 +216,7 @@ protected function getRows($productCategory, $productWebsite)
217216
'variations_1382710717' => '',
218217
'variations_1382710773' => '',
219218
'variations_1382710861' => '',
220-
'visibility' => 'Catalog, Search',
219+
'visibility' => 'Not Visible Individually',
221220
'weight' => '1',
222221
'qty' => '111.0000',
223222
'min_qty' => '0.0000',
@@ -327,7 +326,7 @@ protected function getRows($productCategory, $productWebsite)
327326
'variations_1382710717' => '',
328327
'variations_1382710773' => '',
329328
'variations_1382710861' => '',
330-
'visibility' => 'Catalog, Search',
329+
'visibility' => 'Not Visible Individually',
331330
'weight' => '1',
332331
'qty' => '111.0000',
333332
'min_qty' => '0.0000',
@@ -433,7 +432,7 @@ protected function getRows($productCategory, $productWebsite)
433432
'variations_1382710717' => '',
434433
'variations_1382710773' => '',
435434
'variations_1382710861' => '',
436-
'visibility' => 'Catalog, Search',
435+
'visibility' => 'Not Visible Individually',
437436
'weight' => '1',
438437
'qty' => '111.0000',
439438
'min_qty' => '0.0000',

0 commit comments

Comments
 (0)