Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
20 | 1 | public function __construct() |
|
21 | { |
||
22 | 1 | parent::__construct('Transfer Command Line Interface', 'v1.0'); |
|
23 | |||
24 | 1 | $this->addCommands(array( |
|
25 | 1 | new Commands\Manifest\ListCommand(), |
|
26 | 1 | new Commands\Manifest\RunCommand(), |
|
27 | 1 | new Commands\Manifest\DescribeCommand(), |
|
28 | 1 | )); |
|
29 | 1 | } |
|
30 | } |
||
31 |