Add @codeCoverageIgnore to console commands

This commit is contained in:
Anton Medvedev 2017-07-11 15:33:48 +07:00
parent ddcd94c08d
commit d5146c8813
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,9 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
/**
* @codeCoverageIgnore
*/
class AutocompleteCommand extends Command
{
public function __construct()

View File

@ -18,6 +18,9 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
/**
* @codeCoverageIgnore
*/
class WorkerCommand extends Command
{
/**