view core/modules/simpletest/migrations/d6_simpletest_settings.yml @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 1fec387a4317
children
line wrap: on
line source
id: d6_simpletest_settings
label: Simpletest configuration
migration_tags:
  - Drupal 6
  - Configuration
source:
  plugin: variable
  variables:
    - simpletest_clear_results
    - simpletest_httpauth_method
    - simpletest_httpauth_password
    - simpletest_httpauth_username
    - simpletest_verbose
  source_module: simpletest
process:
  clear_results: simpletest_clear_results
  'httpauth/method': simpletest_httpauth_method
  'httpauth/password': simpletest_httpauth_password
  'httpauth/username': simpletest_httpauth_username
  verbose: simpletest_verbose
destination:
  plugin: config
  config_name: simpletest.settings