Skip to content

Commit 662a720

Browse files
committed
Add note about test file
1 parent 6745f06 commit 662a720

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/configs/ZzzCommand.php

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
*/
1010
use Framework\CLI\Command;
1111

12+
/**
13+
* NOTE: Ignore Composer warning. This file serves as an example to load classes
14+
* that cannot be loaded with autoload. And it increases coverage.
15+
*
16+
* @see Framework\MVC\App::addCommand()
17+
*/
1218
class ZzzCommand extends Command
1319
{
1420
public function run() : void

0 commit comments

Comments
 (0)