Skip to content

Commit df59227

Browse files
committed
Added a note about hidden questions, windows and tests
1 parent 942d9c7 commit df59227

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/console/helpers/questionhelper.rst

+6
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,9 @@ By setting the input stream of the ``QuestionHelper``, you imitate what the
356356
console would do internally with all user input through the CLI. This way
357357
you can test any user interaction (even complex ones) by passing an appropriate
358358
input stream.
359+
360+
.. caution::
361+
362+
On Windows systems Symfony uses a special binary to implement hidden
363+
questions. This means that those questions don't use the default ``Input``
364+
console object and therefore you can't test them on Windows.

0 commit comments

Comments
 (0)