mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 19:13:44 +03:00
Composer: Warn about bug in test watcher interactive mode.
This commit is contained in:
parent
eec9f5cb61
commit
c527b5f8a0
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
plugins/wporg-5ftf/composer.lock
generated
2
plugins/wporg-5ftf/composer.lock
generated
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue