X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsimpletest%2Fmigration_templates%2Fd6_simpletest_settings.yml;fp=web%2Fcore%2Fmodules%2Fsimpletest%2Fmigration_templates%2Fd6_simpletest_settings.yml;h=0000000000000000000000000000000000000000;hp=ec5e2f262ba5cc1b0b132552cb789062072f3800;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml b/web/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml deleted file mode 100644 index ec5e2f262..000000000 --- a/web/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml +++ /dev/null @@ -1,22 +0,0 @@ -id: d6_simpletest_settings -label: Simpletest configuration -migration_tags: - - Drupal 6 -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