We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4254e commit 605150aCopy full SHA for 605150a
console.rst
@@ -299,7 +299,6 @@ you can extend your test from
299
$kernel->boot();
300
301
$application = new Application($kernel);
302
- $application->add(new CreateUserCommand());
303
304
$command = $application->find('app:create-user');
305
$commandTester = new CommandTester($command);
0 commit comments