Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
32 | protected function getDefaultCommands() |
||
33 | { |
||
34 | // Keep the core default commands to have the HelpCommand |
||
35 | // which is used when using the --help option |
||
36 | $defaultCommands = parent::getDefaultCommands(); |
||
37 | |||
38 | $defaultCommands[] = new TestCommand(); |
||
39 | |||
40 | return $defaultCommands; |
||
41 | } |
||
56 |