From 36050de15ad0bca2e3de7bbbc91a81b5d1a74cab Mon Sep 17 00:00:00 2001 From: Marek Kalnik Date: Sun, 30 Sep 2012 00:18:15 +0300 Subject: [PATCH] Fix bad function name in console testing --- components/console/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 5638067a572..90efd6b309c 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -285,7 +285,7 @@ method returns what would have been displayed during a normal call from the console. You can test sending arguments and options to the command by passing them -as an array to the :method:`Symfony\\Component\\Console\\Tester\\CommandTester::getDisplay` +as an array to the :method:`Symfony\\Component\\Console\\Tester\\CommandTester::execute` method:: use Symfony\Component\Console\Application;