From 7263752b18c5f6d9f4a8a55b8dc4b4269f3637ef Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Wed, 28 Jul 2021 21:08:07 +0000 Subject: [PATCH] [TESTS][DOCUMENTATION] Add documenation for the list events command and exclude it from unit testing --- src/Command/ListEventsCommand.php | 7 +++++++ 1 file changed, 7 insertions(+) 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';