File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ Feature: Scaffold WP-CLI commands
125
125
And the custom-directory/wp-cli.yml file should exist
126
126
And the custom-directory/.travis.yml file should not exist
127
127
128
+ When I run `composer --working-dir=custom-directory/ install`
128
129
When I run `wp --require=custom-directory/hello-world-command.php hello-world`
129
130
Then STDOUT should be:
130
131
"""
@@ -192,6 +193,7 @@ Feature: Scaffold WP-CLI commands
192
193
And the {PACKAGE_PATH}/local/wp-cli/with-tests/wp-cli.yml file should exist
193
194
And the {PACKAGE_PATH}/local/wp-cli/with-tests/.travis.yml file should exist
194
195
196
+ When I run `composer --working-dir={PACKAGE_PATH}/local/wp-cli/with-tests/ install`
195
197
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/with-tests/hello-world-command.php hello-world`
196
198
Then STDOUT should be:
197
199
"""
You can’t perform that action at this time.
0 commit comments