Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / annotated-command / tests / src / alpha / Inclusive / IncludedCommandFile.php
diff --git a/vendor/consolidation/annotated-command/tests/src/alpha/Inclusive/IncludedCommandFile.php b/vendor/consolidation/annotated-command/tests/src/alpha/Inclusive/IncludedCommandFile.php
deleted file mode 100644 (file)
index 65a6b29..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-namespace Consolidation\TestUtils\alpha\Inclusive;
-
-/**
- * Test file used in the testCommandDiscovery() test.
- *
- * This commandfile is found by the test.  The test search base is the
- * 'src' directory, and 'alpha' is one of the search directories available
- * for searching.  Directories such as this in the search locations list
- * are searched deeply (to a depth of two), so command files may be
- * organized into sub-namespaces, if desired.
- */
-class IncludedCommandFile
-{
-
-}