Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / simpletest / migration_templates / d7_simpletest_settings.yml
diff --git a/web/core/modules/simpletest/migration_templates/d7_simpletest_settings.yml b/web/core/modules/simpletest/migration_templates/d7_simpletest_settings.yml
deleted file mode 100644 (file)
index f5e9357..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-id: d7_simpletest_settings
-label: SimpleTest configuration
-migration_tags:
-  - Drupal 7
-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