File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
app/code/Magento/CatalogInventory/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11
+ <entity name =" StockOptionsDisplayOutOfStockProductsEnable" >
12
+ <data key =" path" >cataloginventory/options/show_out_of_stock</data >
13
+ <data key =" scope_id" >0</data >
14
+ <data key =" label" >Yes</data >
15
+ <data key =" value" >1</data >
16
+ </entity >
17
+ <entity name =" StockOptionsDisplayOutOfStockProductsDisable" >
18
+ <data key =" path" >cataloginventory/options/show_out_of_stock</data >
19
+ <data key =" scope_id" >0</data >
20
+ <data key =" label" >No</data >
21
+ <data key =" value" >0</data >
22
+ </entity >
23
+ </entities >
You can’t perform that action at this time.
0 commit comments