| Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog/Test/Mftf/Data/CatalogSpecialPriceData.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="specialProductPrice" type="catalogSpecialPrice">
<data key="price">99.99</data>
<data key="store_id">0</data>
<var key="sku" entityType="product2" entityKey="sku" />
</entity>
<entity name="specialProductPrice2" type="catalogSpecialPrice">
<data key="price">55.55</data>
<data key="store_id">0</data>
<var key="sku" entityType="product" entityKey="sku" />
</entity>
<entity name="specialProductPrice3" type="catalogSpecialPrice">
<data key="price">90</data>
<data key="store_id">0</data>
<var key="sku" entityType="product" entityKey="sku" />
</entity>
</entities>