| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | protected function getDefaultCommands() |
||
| 30 | { |
||
| 31 | $default_commands = parent::getDefaultCommands(); |
||
| 32 | $default_commands[] = new DownloadAttachmentCommand(); |
||
| 33 | $default_commands[] = new VersionsCommand(); |
||
| 34 | $default_commands[] = new BackportCommand(); |
||
| 35 | $default_commands[] = new ChangeLogCloneCommand(); |
||
| 36 | |||
| 37 | return $default_commands; |
||
| 38 | } |
||
| 41 |