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 d6ee454 + 3e73d30 commit b9b32deCopy full SHA for b9b32de
console.rst
@@ -356,6 +356,12 @@ console::
356
You can also test a whole console application by using
357
:class:`Symfony\\Component\\Console\\Tester\\ApplicationTester`.
358
359
+.. caution::
360
+
361
+ When testing commands using the ``CommandTester`` class, console events are
362
+ not dispatched. If you need to test those events, use the
363
+ :class:`Symfony\\Component\\Console\\Tester\\ApplicationTester` instead.
364
365
.. note::
366
367
When using the Console component in a standalone project, use
0 commit comments