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 f8fb828 commit 1808c41Copy full SHA for 1808c41
cookbook/console/console_command.rst
@@ -112,7 +112,7 @@ should be used instead of :class:`Symfony\\Component\\Console\\Application`::
112
113
To be able to use the fully set up service container for your console tests
114
you can extend your test from
115
-:class:`Symfony\Bundle\FrameworkBundle\Test\WebTestCase`::
+:class:`Symfony\\Bundle\\FrameworkBundle\\Test\\WebTestCase`::
116
117
use Symfony\Component\Console\Tester\CommandTester;
118
use Symfony\Bundle\FrameworkBundle\Console\Application;
0 commit comments