Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / drush.services.yml
diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/drush.services.yml b/vendor/drush/drush/tests/resources/modules/d8/woot/drush.services.yml
deleted file mode 100644 (file)
index fdacd54..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-services:
-  woot.manager:
-    class: Drupal\woot\WootManager
-    arguments: ['@current_user']
-    tags:
-      -  { name: drush.command }
-  woot.command:
-    class: Drupal\woot\Commands\WootCommands
-    tags:
-      -  { name: drush.command }
-  greet.command:
-    class: Drupal\woot\Commands\GreetCommand
-    tags:
-      -  { name: console.command }
-  annotated_greet.command:
-    class: Drupal\woot\Commands\AnnotatedGreetCommand
-    tags:
-      -  { name: console.command }
-  example.generator:
-      class: Drupal\woot\Generators\ExampleGenerator
-      arguments: ['@module_handler']
-      tags:
-        -  { name: drush.generator }
-  woot.command_info_alter:
-    class: Drupal\woot\WootCommandInfoAlterer
-    arguments: ['@logger.factory']
-    tags:
-      -  { name: drush.command_info_alterer }