Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 605150a

Browse filesBrowse 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
Copy full SHA for 605150a

File tree

1 file changed

+0
-1
lines changed
Filter options

1 file changed

+0
-1
lines changed

‎console.rst

Copy file name to clipboardExpand all lines: console.rst
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.