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 39a2dc5 + a60a71e commit 03105e0Copy full SHA for 03105e0
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