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 077ab13 commit c070711Copy full SHA for c070711
console.rst
@@ -306,6 +306,12 @@ console::
306
You can also test a whole console application by using
307
:class:`Symfony\\Component\\Console\\Tester\\ApplicationTester`.
308
309
+.. caution::
310
+
311
+ When testing commands using the ``CommandTester`` class, console events are
312
+ not dispatched. If you need to test those events, use the
313
+ :class:`Symfony\\Component\\Console\\Tester\\ApplicationTester` instead.
314
315
.. note::
316
317
When using the Console component in a standalone project, use
0 commit comments