diff --git a/console.rst b/console.rst index ee971da513b..2dadcbb5daf 100644 --- a/console.rst +++ b/console.rst @@ -286,8 +286,6 @@ console:: $command = $application->find('app:create-user'); $commandTester = new CommandTester($command); $commandTester->execute([ - 'command' => $command->getName(), - // pass arguments to the helper 'username' => 'Wouter',