Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit527b034

Browse files
committed
Merge pull requestsymfony#2731 from WouterJ/issue_2514
[symfony#2514] Improved sentence in Testing Commands
2 parentsed3b5f4 +ddaac67 commit527b034

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎cookbook/console/console_command.rst‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ For example, you could easily extend the task to be translatable::
8585
Testing Commands
8686
----------------
8787

88-
When testing commands used as part of the full framework:class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application`
89-
should be used instead of:class:`Symfony\\Component\\Console\\Application`::
88+
When testing commands used as part of the full framework
89+
:class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application <Symfony\\Bundle\\FrameworkBundle\\Console\\Application>` should be used
90+
instead of
91+
:class:`Symfony\\Component\\Console\\Application <Symfony\\Component\\Console\\Application>`::
9092

9193
use Symfony\Component\Console\Tester\CommandTester;
9294
use Symfony\Bundle\FrameworkBundle\Console\Application;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp