Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / annotated-command / tests / src / alpha / Exclude / ExcludedCommandFile.php
diff --git a/vendor/consolidation/annotated-command/tests/src/alpha/Exclude/ExcludedCommandFile.php b/vendor/consolidation/annotated-command/tests/src/alpha/Exclude/ExcludedCommandFile.php
deleted file mode 100644 (file)
index d4f50b6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-namespace Consolidation\TestUtils\alpha\Exclude;
-
-/**
- * Test file used in the testCommandDiscovery() test.
- *
- * This commandfile is NOT found by the test.  It is in a searched
- * location (@see Consolidation\TestUtils\alpha\Exclude\IncludedCommandFile),
- * but it is in a folder named 'Exclude', which is excluded form search.
- */
-class ExcludedCommandFile
-{
-
-}