diff --git a/src/Command/ListEventsCommand.php b/src/Command/ListEventsCommand.php index ea5229bfee..607df9e0b2 100644 --- a/src/Command/ListEventsCommand.php +++ b/src/Command/ListEventsCommand.php @@ -40,6 +40,13 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Style\SymfonyStyle; use Symfony\Component\EventDispatcher\EventDispatcherInterface; +/** + * Get a list of event registered in GNU social + * + * Testing unfeasable, since it outputs stuff + * + * @codeCoverageIgnore + */ class ListEventsCommand extends Command { protected static $defaultName = 'app:events';