Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / makefiles / options-array.make
diff --git a/vendor/drush/drush/tests/makefiles/options-array.make b/vendor/drush/drush/tests/makefiles/options-array.make
deleted file mode 100644 (file)
index 7dc9258..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-core = 6.x
-api = 2
-
-; Test that make preserves VCS directories.
-options[working-copy] = TRUE
-; Test that make does not require a Drupal core project.
-options[no-core] = TRUE
-
-; Test that make defaults to download type of git if any download
-; parameters are present.
-projects[cck_signup][download][revision] = "2fe932c"
-
-; Test that make defaults to download type of git if any download
-; parameters are present.
-projects[context_admin][download][revision] = "eb9f05e"