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.
2 parents 3c4939a + 03105e0 commit d9c0793Copy full SHA for d9c0793
console.rst
@@ -367,6 +367,12 @@ console::
367
You can also test a whole console application by using
368
:class:`Symfony\\Component\\Console\\Tester\\ApplicationTester`.
369
370
+.. caution::
371
+
372
+ When testing commands using the ``CommandTester`` class, console events are
373
+ not dispatched. If you need to test those events, use the
374
+ :class:`Symfony\\Component\\Console\\Tester\\ApplicationTester` instead.
375
376
.. note::
377
378
When using the Console component in a standalone project, use
0 commit comments