Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / hooks / magic_help_alter / magic.drush.inc
diff --git a/vendor/drush/drush/tests/hooks/magic_help_alter/magic.drush.inc b/vendor/drush/drush/tests/hooks/magic_help_alter/magic.drush.inc
deleted file mode 100644 (file)
index 9ad93d9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * Implement hook_drush_help_alter()
- *
- * @param type $command
- */
-function magic_drush_help_alter(&$command) {
-  if ($command['command'] = 'version') {
-    $command['options']['magic'] = 'Some magic flag';
-  }
-}