Skip to content

Commit 36050de

Browse files
committed
Fix bad function name in console testing
1 parent fafc213 commit 36050de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ method returns what would have been displayed during a normal call from the
285285
console.
286286

287287
You can test sending arguments and options to the command by passing them
288-
as an array to the :method:`Symfony\\Component\\Console\\Tester\\CommandTester::getDisplay`
288+
as an array to the :method:`Symfony\\Component\\Console\\Tester\\CommandTester::execute`
289289
method::
290290

291291
use Symfony\Component\Console\Application;

0 commit comments

Comments
 (0)