Closed
Description
The section here has a typo:
http://symfony.com/doc/current/cookbook/console/console_command.html#testing-commands
Seems like adding another line:
'command' => $command->getName(),
before the name key fixes the issue for me.
The section here has a typo:
http://symfony.com/doc/current/cookbook/console/console_command.html#testing-commands
Seems like adding another line:
'command' => $command->getName(),
before the name key fixes the issue for me.