Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / makefiles / git-simple.make
diff --git a/vendor/drush/drush/tests/makefiles/git-simple.make b/vendor/drush/drush/tests/makefiles/git-simple.make
deleted file mode 100644 (file)
index 3061d70..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-core = 6.x
-api = 2
-
-; 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"
-
-; When branch is passed in addition to revision, .info file rewriting has better versioning.
-projects[caption_filter][subdir] = "contrib"
-projects[caption_filter][download][type] = "git"
-projects[caption_filter][download][branch] = "7.x-1.x"
-projects[caption_filter][download][revision] = "c9794cf"