Version 1
[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
new file mode 100644 (file)
index 0000000..65a6b29
--- /dev/null
@@ -0,0 +1,16 @@
+<?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
+{
+
+}