phpunit-watcher icon indicating copy to clipboard operation
phpunit-watcher copied to clipboard

Enter key not working when typing filters

Open ntwb opened this issue 7 years ago • 4 comments

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.

ntwb avatar Feb 25 '18 10:02 ntwb

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 avatar Jun 19 '18 03:06 jaceju

@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?

I2olanD avatar Oct 17 '18 08:10 I2olanD

@ntwb I know it's a bit late but I have the same issue, but pressing shift+enter works for me

adalessa avatar Nov 24 '18 14:11 adalessa

I'd accept a PR that fixes this.

freekmurze avatar Nov 27 '18 08:11 freekmurze