8000
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 4407c46 + b9b32de commit a60a71eCopy full SHA for a60a71e
console.rst
@@ -372,6 +372,12 @@ console::
372
You can also test a whole console application by using
373
:class:`Symfony\\Component\\Console\\Tester\\ApplicationTester`.
374
375
+.. caution::
376
+
377
+ When testing commands using the ``CommandTester`` class, console events are
378
+ not dispatched. If you need to test those events, use the
379
+ :class:`Symfony\\Component\\Console\\Tester\\ApplicationTester` instead.
380
381
.. note::
382
383
When using the Console component in a standalone project, use
0 commit comments