$command
$command :
Eases the testing of console commands.
__construct(\Symfony\Component\Console\Command\Command $command)
\Symfony\Component\Console\Command\Command | $command |
execute(array $input, array $options = array()) : integer
Executes the command.
Available execution options:
array | $input | An array of command arguments and options |
array | $options | An array of execution options |
The command exit code