[11.x] Display test creation messages #51546
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When creating test files with a controller, etc., the test file creation messages are omitted.
IMHO there's no need to omit them.
One advantage of showing them is that if you use vscode's terminal, you can Ctrl/Cmd + click and open files in the editor.
Before
After
This was originally the case, but was changed when a new look was introduced.
https://github.com/laravel/framework/pull/43065/files#diff-ac95f44c26b05e25b5037e16808aaff5e97b022fd518b1f069133588e76e5eb6L39