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.
1 parent 173033b commit 6e4b3a0Copy full SHA for 6e4b3a0
components/console/helpers/questionhelper.rst
@@ -312,5 +312,7 @@ a string representing what the user would have typed.
312
This way you can test any user interaction (even complex ones) by passing the appropriate inputs.
313
314
.. note::
315
- The :class:`Symfony\\Component\\Console\\Tester\\CommandTester` automatically simulates a user
316
- hitting ``ENTER`` after each input, no need for passing an additional input.
+
+ The :class:`Symfony\\Component\\Console\\Tester\\CommandTester` automatically
317
+ simulates a user hitting ``ENTER`` after each input, no need for passing
318
+ an additional input.
0 commit comments