Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

21 rinda
824 B

  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. <suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
  9. <suite name="AppConfigDumpSuite">
  10. <before>
  11. <!-- Command app:config:dump is not reversible and magento instance stays configuration read only after this test. You need to restore etc/env.php manually to make magento configuration writable again.-->
  12. <magentoCLI command="app:config:dump" stepKey="configDump"/>
  13. </before>
  14. <after>
  15. </after>
  16. <include>
  17. <test name="AdminCheckInputFieldsDisabledAfterAppConfigDumpTest"/>
  18. </include>
  19. </suite>
  20. </suites>