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
Due to platform inconsistencies, PHP does not provide support for reading from standard console input without blocking on Windows. Unfortunately, until the underlying PHP feature request is implemented (which is unlikely to happen any time soon), there's little we can do in the library responsible for handling console I/O, see clue/reactphp-stdio#18. If anybody feels like investing (a possibly unreasonable amount of) time in work arounds for Windows, clue/reactphp-stdio#83 may be good starting point 🥇 👍
Recommended alternative for now: Don't run this natively on Windows, consider running from WSL (Windows Subsystem for Linux) instead or sponsor the above feature ticket 👍
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
composer require spatie/phpunit-watcher --dev
vendor/bin/phpunit-watcher watch
(git-bash)vendor\bin\phpunit-watcher watch
(cmd).phpunit-watcher.yml
References:
Enforce using non-blocking I/O reactphp/stream#46
The text was updated successfully, but these errors were encountered: