Skip to content

Commit d86f899

Browse files
committed
minor symfony#58320 [Runtime] Adapt test to support the --silent option introduced in Symfony 7.2 (wouterj)
This PR was merged into the 6.4 branch. Discussion ---------- [Runtime] Adapt test to support the `--silent` option introduced in Symfony 7.2 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Prepare tests for symfony#53632 Commits ------- bc5ae53 [Runtime] Adapt test to support the --silent option introduced in Symfony 7.2
2 parents e5df0a1 + bc5ae53 commit d86f899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Runtime/Tests/phpt/command_list.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Usage:
2323
command [options] [arguments]
2424

2525
Options:
26-
-h, --help Display %s
27-
-q, --quiet Do not output any message
26+
-h, --help Display %A
27+
-q, --quiet %s
2828
-V, --version Display this application version
2929
--ansi%A
3030
-n, --no-interaction Do not ask any interactive question

0 commit comments

Comments
 (0)