From ddaac67dc0997db3832bf7fe00ba3decce55fea6 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 16 Jun 2013 17:35:09 +0200 Subject: [PATCH] Made sentence more clear --- cookbook/console/console_command.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index 41aba0f58ff..47afaccfaaf 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -85,8 +85,10 @@ For example, you could easily extend the task to be translatable:: Testing Commands ---------------- -When testing commands used as part of the full framework :class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application` -should be used instead of :class:`Symfony\\Component\\Console\\Application`:: +When testing commands used as part of the full framework +:class:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application ` should be used +instead of +:class:`Symfony\\Component\\Console\\Application `:: use Symfony\Component\Console\Tester\CommandTester; use Symfony\Bundle\FrameworkBundle\Console\Application;