We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35facc6 commit 584513eCopy full SHA for 584513e
console.rst
@@ -389,13 +389,13 @@ console::
389
390
.. caution::
391
392
- When testing commands using the ``ApplicationTester`` class, don't forget to disable the auto exist flag :
+ When testing commands using the :class:`Symfony\\Component\\Console\\Tester\\ApplicationTester`
393
+ class, don't forget to disable the auto exit flag::
394
395
$application = new Application();
-
396
$application->setAutoExit(false);
397
398
- $applicationTester = new ApplicationTester($application);
+ $tester = new ApplicationTester($application);
399
400
.. note::
401
0 commit comments