65a6b29e6292b7603bfe11f2bcaea0e7243b44dc
[yaffs-website] / vendor / consolidation / annotated-command / tests / src / alpha / Inclusive / IncludedCommandFile.php
1 <?php
2 namespace Consolidation\TestUtils\alpha\Inclusive;
3
4 /**
5  * Test file used in the testCommandDiscovery() test.
6  *
7  * This commandfile is found by the test.  The test search base is the
8  * 'src' directory, and 'alpha' is one of the search directories available
9  * for searching.  Directories such as this in the search locations list
10  * are searched deeply (to a depth of two), so command files may be
11  * organized into sub-namespaces, if desired.
12  */
13 class IncludedCommandFile
14 {
15
16 }