Skip to content

Commit e1e1208

Browse files
committed
minor #8984 [console testing] commands are automatically registered in symfony full stack (dbu)
This PR was merged into the 4.0 branch. Discussion ---------- [console testing] 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. Commits ------- 605150a commands are automatically registered in symfony full stack
2 parents 77f2876 + 605150a commit e1e1208

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

console.rst

-1
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)