We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60df40b commit 249e76eCopy full SHA for 249e76e
features/package-install.feature
@@ -1123,11 +1123,11 @@ Feature: Install WP-CLI packages
1123
And a dummy-package/composer.json file:
1124
"""
1125
{
1126
- "name": "wp-cli/test-package",
+ "name": "wp-cli/restful",
1127
"description": "Test package for no-interaction flag"
1128
}
1129
1130
- When I run `WP_CLI_PACKAGES_DIR=. wp package install wp-cli/test-package --no-interaction`
+ When I run `WP_CLI_PACKAGES_DIR=. wp package install wp-cli/restful --no-interaction`
1131
Then STDOUT should contain:
1132
1133
Success: Package installed
0 commit comments