ConstData.xml 506 B

123456789101112131415
  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. <entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd">
  10. <!-- @TODO: Get rid off this workaround and its usages after MQE-498 is implemented -->
  11. <entity name="CONST" type="CONST">
  12. <data key="three">3</data>
  13. </entity>
  14. </entities>