cac99e8a92c9fa3b3a873469c76c6148158f025c
[yaffs-website] / web / core / modules / simpletest / migrations / d7_simpletest_settings.yml
1 id: d7_simpletest_settings
2 label: SimpleTest configuration
3 migration_tags:
4   - Drupal 7
5   - Configuration
6 source:
7   plugin: variable
8   variables:
9     - simpletest_clear_results
10     - simpletest_httpauth_method
11     - simpletest_httpauth_password
12     - simpletest_httpauth_username
13     - simpletest_verbose
14   source_module: simpletest
15 process:
16   clear_results: simpletest_clear_results
17   'httpauth/method': simpletest_httpauth_method
18   'httpauth/password': simpletest_httpauth_password
19   'httpauth/username': simpletest_httpauth_username
20   verbose: simpletest_verbose
21 destination:
22   plugin: config
23   config_name: simpletest.settings