minor #26489 [Console] Fix tests (ogizanagi)

This PR was merged into the 4.1-dev branch.

Discussion
----------

[Console] Fix tests

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | N/A   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A

Fix Console tests after https://github.com/symfony/symfony/pull/26439 merge.

Commits
-------

c429fa0 [Console] Fix tests
This commit is contained in:
Robin Chalas 2018-03-12 09:57:27 +01:00
commit 9e82562948
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
Console Tool
<comment>Description:</comment>
description
<comment>Usage:</comment>
command [options] [arguments]

View File

@ -1,5 +1,5 @@
Description:
Displays help for a command
Lists commands
Usage:
list [options] [--] [<namespace>]