Skip to content

Commit ef86e5c

Browse files
committed
minor #9964 Added a note about hidden questions, windows and tests (javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- Added a note about hidden questions, windows and tests This fixes symfony/symfony#27248. Commits ------- df59227 Added a note about hidden questions, windows and tests
2 parents 942d9c7 + df59227 commit ef86e5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 6 additions & 0 deletions
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)