Skip to content

Commit 527b034

Browse files
committed
Merge pull request symfony#2731 from WouterJ/issue_2514
[symfony#2514] Improved sentence in Testing Commands
2 parents ed3b5f4 + ddaac67 commit 527b034

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)