| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | 7 | public function __construct() |
|
| 17 | 7 | { |
|
| 18 | 7 | $this->commands = [ |
|
| 19 | 7 | 'pjbserver:start' => new Command\PjbServerStartCommand(), |
|
| 20 | 7 | 'pjbserver:restart' => new Command\PjbServerRestartCommand(), |
|
| 21 | 7 | 'pjbserver:stop' => new Command\PjbServerStopCommand(), |
|
| 22 | 'pjbserver:status' => new Command\PjbServerStatusCommand(), |
||
| 23 | 'pjbserver:reveal' => new Command\PjbServerRevealCommand() |
||
| 24 | ]; |
||
| 42 |