| Current Path : /home/rtorresani/www/vendor/magento/module-catalog-search/Test/Mftf/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog-search/Test/Mftf/Data/SearchTermData.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="SimpleTerm" type="searchTerm">
<data key="search_query" unique="suffix">Query text</data>
<data key="store_id">Default Store View</data>
<data key="redirect" unique="suffix">http://example.com/</data>
<data key="display_in_terms">No</data>
</entity>
</entities>