diff --git a/console.rst b/console.rst index 1e96533c502..22a5b27b566 100644 --- a/console.rst +++ b/console.rst @@ -299,7 +299,6 @@ you can extend your test from $kernel->boot(); $application = new Application($kernel); - $application->add(new CreateUserCommand()); $command = $application->find('app:create-user'); $commandTester = new CommandTester($command);