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