You are here

d6_simpletest_settings.yml in Zircon Profile 8

core/modules/simpletest/migration_templates/d6_simpletest_settings.yml

File

core/modules/simpletest/migration_templates/d6_simpletest_settings.yml
View source
  1. id: d6_simpletest_settings
  2. label: Simpletest configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: variable
  7. variables:
  8. - simpletest_clear_results
  9. - simpletest_httpauth_method
  10. - simpletest_httpauth_password
  11. - simpletest_httpauth_username
  12. - simpletest_verbose
  13. process:
  14. clear_results: simpletest_clear_results
  15. 'httpauth/method': simpletest_httpauth_method
  16. 'httpauth/password': simpletest_httpauth_password
  17. 'httpauth/username': simpletest_httpauth_username
  18. verbose: simpletest_verbose
  19. destination:
  20. plugin: config
  21. config_name: simpletest.settings