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