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