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 e1e1208

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

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.