Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / consolidation / annotated-command / tests / src / alpha / Exclude / ExcludedCommandFile.php
1 <?php
2 namespace Consolidation\TestUtils\alpha\Exclude;
3
4 /**
5  * Test file used in the testCommandDiscovery() test.
6  *
7  * This commandfile is NOT found by the test.  It is in a searched
8  * location (@see Consolidation\TestUtils\alpha\Exclude\IncludedCommandFile),
9  * but it is in a folder named 'Exclude', which is excluded form search.
10  */
11 class ExcludedCommandFile
12 {
13
14 }