Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / global-includes / FoobazCommands.php
diff --git a/vendor/drush/drush/tests/resources/global-includes/FoobazCommands.php b/vendor/drush/drush/tests/resources/global-includes/FoobazCommands.php
deleted file mode 100644 (file)
index e3f8f83..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-namespace Drush;
-
-use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
-
-/**
- * Drush will also find global commandfiles that are immediately
- * inside the location specified via --include.
- */
-class FoobazCommands
-{
-    /**
-     * Do nearly nothing.
-     *
-     * @command foobaz
-     */
-    public function foobaz()
-    {
-        return 'bar';
-    }
-}