Skip to content

Commit 5caf5d8

Browse files
[Console] fix tests
1 parent a6d8f85 commit 5caf5d8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Tests/Fixtures/application_1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"completion [--debug] [--] [<shell>]"
121121
],
122122
"description": "Dump the shell completion script",
123-
"help": "The <info>completion</> command dumps the shell completion script required\nto use shell autocompletion (currently only bash completion is supported).\n\n<comment>Static installation\n-------------------</>\n\nDump the script to a global completion file and restart your shell:\n\n <info>%%PHP_SELF%% completion bash | sudo tee /etc/bash_completion.d/%%COMMAND_NAME%%</>\n\nOr dump the script to a local file and source it:\n\n <info>%%PHP_SELF%% completion bash > completion.sh</>\n\n <comment># source the file whenever you use the project</>\n <info>source completion.sh</>\n\n <comment># or add this line at the end of your \"~/.bashrc\" file:</>\n <info>source /path/to/completion.sh</>\n\n<comment>Dynamic installation\n--------------------</>\n\nAdd this add the end of your shell configuration file (e.g. <info>\"~/.bashrc\"</>):\n\n <info>eval \"$(%%PHP_SELF_FULL%% completion bash)\"</>",
123+
"help": "The <info>completion</> command dumps the shell completion script required\nto use shell autocompletion (currently only bash completion is supported).\n\n<comment>Static installation\n-------------------</>\n\nDump the script to a global completion file and restart your shell:\n\n <info>%%PHP_SELF%% completion bash | sudo tee /etc/bash_completion.d/%%COMMAND_NAME%%</>\n\nOr dump the script to a local file and source it:\n\n <info>%%PHP_SELF%% completion bash > completion.sh</>\n\n <comment># source the file whenever you use the project</>\n <info>source completion.sh</>\n\n <comment># or add this line at the end of your \"~/.bashrc\" file:</>\n <info>source /path/to/completion.sh</>\n\n<comment>Dynamic installation\n--------------------</>\n\nAdd this to the end of your shell configuration file (e.g. <info>\"~/.bashrc\"</>):\n\n <info>eval \"$(%%PHP_SELF_FULL%% completion bash)\"</>",
124124
"definition": {
125125
"arguments": {
126126
"shell": {

Tests/Fixtures/application_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Or dump the script to a local file and source it:
3737
Dynamic installation
3838
--------------------
3939

40-
Add this add the end of your shell configuration file (e.g. "~/.bashrc"):
40+
Add this to the end of your shell configuration file (e.g. "~/.bashrc"):
4141

4242
eval "$(%%PHP_SELF_FULL%% completion bash)"
4343

Tests/Fixtures/application_1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
&lt;comment&gt;Dynamic installation
7777
--------------------&lt;/&gt;
7878

79-
Add this add the end of your shell configuration file (e.g. &lt;info&gt;"~/.bashrc"&lt;/&gt;):
79+
Add this to the end of your shell configuration file (e.g. &lt;info&gt;"~/.bashrc"&lt;/&gt;):
8080

8181
&lt;info&gt;eval "$(%%PHP_SELF_FULL%% completion bash)"&lt;/&gt;</help>
8282
<arguments>

Tests/Fixtures/application_2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"completion [--debug] [--] [<shell>]"
125125
],
126126
"description": "Dump the shell completion script",
127-
"help": "The <info>completion</> command dumps the shell completion script required\nto use shell autocompletion (currently only bash completion is supported).\n\n<comment>Static installation\n-------------------</>\n\nDump the script to a global completion file and restart your shell:\n\n <info>%%PHP_SELF%% completion bash | sudo tee /etc/bash_completion.d/%%COMMAND_NAME%%</>\n\nOr dump the script to a local file and source it:\n\n <info>%%PHP_SELF%% completion bash > completion.sh</>\n\n <comment># source the file whenever you use the project</>\n <info>source completion.sh</>\n\n <comment># or add this line at the end of your \"~/.bashrc\" file:</>\n <info>source /path/to/completion.sh</>\n\n<comment>Dynamic installation\n--------------------</>\n\nAdd this add the end of your shell configuration file (e.g. <info>\"~/.bashrc\"</>):\n\n <info>eval \"$(%%PHP_SELF_FULL%% completion bash)\"</>",
127+
"help": "The <info>completion</> command dumps the shell completion script required\nto use shell autocompletion (currently only bash completion is supported).\n\n<comment>Static installation\n-------------------</>\n\nDump the script to a global completion file and restart your shell:\n\n <info>%%PHP_SELF%% completion bash | sudo tee /etc/bash_completion.d/%%COMMAND_NAME%%</>\n\nOr dump the script to a local file and source it:\n\n <info>%%PHP_SELF%% completion bash > completion.sh</>\n\n <comment># source the file whenever you use the project</>\n <info>source completion.sh</>\n\n <comment># or add this line at the end of your \"~/.bashrc\" file:</>\n <info>source /path/to/completion.sh</>\n\n<comment>Dynamic installation\n--------------------</>\n\nAdd this to the end of your shell configuration file (e.g. <info>\"~/.bashrc\"</>):\n\n <info>eval \"$(%%PHP_SELF_FULL%% completion bash)\"</>",
128128
"definition": {
129129
"arguments": {
130130
"shell": {

Tests/Fixtures/application_2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Or dump the script to a local file and source it:
5050
Dynamic installation
5151
--------------------
5252

53-
Add this add the end of your shell configuration file (e.g. "~/.bashrc"):
53+
Add this to the end of your shell configuration file (e.g. "~/.bashrc"):
5454

5555
eval "$(%%PHP_SELF_FULL%% completion bash)"
5656

Tests/Fixtures/application_2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
&lt;comment&gt;Dynamic installation
7777
--------------------&lt;/&gt;
7878

79-
Add this add the end of your shell configuration file (e.g. &lt;info&gt;"~/.bashrc"&lt;/&gt;):
79+
Add this to the end of your shell configuration file (e.g. &lt;info&gt;"~/.bashrc"&lt;/&gt;):
8080

8181
&lt;info&gt;eval "$(%%PHP_SELF_FULL%% completion bash)"&lt;/&gt;</help>
8282
<arguments>

Tests/Fixtures/application_mbstring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Or dump the script to a local file and source it:
4141
Dynamic installation
4242
--------------------
4343

44-
Add this add the end of your shell configuration file (e.g. "~/.bashrc"):
44+
Add this to the end of your shell configuration file (e.g. "~/.bashrc"):
4545

4646
eval "$(%%PHP_SELF_FULL%% completion bash)"
4747

0 commit comments

Comments
 (0)