Skip to content

Commit 2cc93b5

Browse files
committed
Specify WP_CLI_PACKAGES_DIR
1 parent 7fd686a commit 2cc93b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/package-install.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Feature: Install WP-CLI packages
4646
"url": "http://wp-cli.org/package-index/"
4747
"""
4848

49-
When I run `wp package is-installed wp-cli/restful`
49+
When I run `WP_CLI_PACKAGES_DIR=. wp package is-installed wp-cli/restful`
5050
Then the return code should be 0
5151
And STDERR should be empty
5252
And STDOUT should be empty

0 commit comments

Comments
 (0)