[TESTS][DOCUMENTATION] Add documenation for the list events command and exclude it from unit testing
This commit is contained in:
parent
1c09aefd5a
commit
7263752b18
|
@ -40,6 +40,13 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
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
|
class ListEventsCommand extends Command
|
||||||
{
|
{
|
||||||
protected static $defaultName = 'app:events';
|
protected static $defaultName = 'app:events';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user