Skip to content

Commit 584513e

Browse files
Apply suggestion - add namespace
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 35facc6 commit 584513e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

console.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,13 @@ console::
389389

390390
.. caution::
391391

392-
When testing commands using the ``ApplicationTester`` class, don't forget to disable the auto exist flag :
392+
When testing commands using the :class:`Symfony\\Component\\Console\\Tester\\ApplicationTester`
393+
class, don't forget to disable the auto exit flag::
393394

394395
$application = new Application();
395-
396396
$application->setAutoExit(false);
397397
398-
$applicationTester = new ApplicationTester($application);
398+
$tester = new ApplicationTester($application);
399399

400400
.. note::
401401

0 commit comments

Comments
 (0)