You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the tests of the Console component, my terminal ends up being broken.
Running this is enough to reproduce: ./phpunit src/Symfony/Component/Console/ --filter testCommandWithQuestionsButNoInputs
If I revert #30271, the issue is gone.
ping @chalasr if you have any idea why