| Current Path : /home/rtorresani/www/vendor/magento/module-inventory-admin-ui/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-inventory-admin-ui/Test/Mftf/Data/WebsiteData.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
<entity name="customWebsite" type="website">
<data key="name" unique="suffix">Second Website</data>
<data key="code" unique="suffix">second_website</data>
<data key="sort_order">10</data>
<data key="store_action">add</data>
<data key="store_type">website</data>
<data key="website_id">null</data>
</entity>
</entities>