Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
44 | 2 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
45 | { |
||
46 | 2 | $notifications = new Notifications(); |
|
47 | 2 | $notifications->setUrl($input->getArgument('url')); |
|
48 | 2 | $cloud = $this->getCloud($input); |
|
49 | 2 | $cloud->setNotifications($notifications); |
|
50 | 1 | } |
|
51 | } |
||
52 |