[TESTS][DOCUMENTATION] Add documenation for the list events command and exclude it from unit testing

This commit is contained in:
Hugo Sales 2021-07-28 21:08:07 +00:00
parent 1c09aefd5a
commit 7263752b18
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 7 additions and 0 deletions

View File

@ -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';