Enter key not working when typing filters
When attempting to filter tests by test or file name pressing the "Enter" key has no effect.
Pressing "Enter" at the default screen correctly triggers a "test run" where all tests are run.
Hi, @ntwb
Do you put the command vendor/bin/phpunit-watcher watch in composer script section?
If it is, just run vendor/bin/phpunit-watcher watch, and the filter keys should work.
https://github.com/composer/composer/issues/5856
@jaceju this issue still occur. I added following script to my composer json.
"test:watch": "./vendor/bin/phpunit-watcher watch".
when i run composer run test:watch the keys are not working. Any suggestion?
@ntwb I know it's a bit late but I have the same issue, but pressing shift+enter works for me
I'd accept a PR that fixes this.