Composer: Warn about bug in test watcher interactive mode.

This commit is contained in:
Ian Dunn 2019-10-24 07:14:22 -07:00
parent eec9f5cb61
commit c527b5f8a0
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 6 additions and 2 deletions

View file

@ -23,6 +23,10 @@
"scripts" : { "scripts" : {
"test" : "vendor/bin/phpunit", "test" : "vendor/bin/phpunit",
"_comment" : "Input won't work when running this via `composer test:watch`. If you want to use",
"_comment" : "PHPUnit Watcher's interactive options then you'll need to call it directly in your terminal.",
"_comment" : "See https://github.com/composer/composer/issues/5856",
"test:watch" : "vendor/bin/phpunit-watcher watch" "test:watch" : "vendor/bin/phpunit-watcher watch"
} }
} }

View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "07cbbdf422183fb1b9680531bf23981f", "content-hash": "d435b758f70d350447aa46fd0128e745",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {