Skip to content

Commit 605150a

Browse files
authored
commands are automatically registered in symfony full stack
the FrameworkBundle console application should have the commands automatically registered. adding it manually will hide setup problems with commands.
1 parent 5d4254e commit 605150a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ you can extend your test from
299299
$kernel->boot();
300300

301301
$application = new Application($kernel);
302-
$application->add(new CreateUserCommand());
303302

304303
$command = $application->find('app:create-user');
305304
$commandTester = new CommandTester($command);

0 commit comments

Comments
 (0)