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
125125 And the custom-directory/wp-cli.yml file should exist
126126 And the custom-directory/.travis.yml file should not exist
127127
128+ When I run `composer --working-dir=custom-directory/ install`
128129 When I run `wp --require=custom-directory/hello-world-command.php hello-world`
129130 Then STDOUT should be:
130131 """
@@ -192,6 +193,7 @@ Feature: Scaffold WP-CLI commands
192193 And the {PACKAGE_PATH}/local/wp-cli/with-tests/wp-cli.yml file should exist
193194 And the {PACKAGE_PATH}/local/wp-cli/with-tests/.travis.yml file should exist
194195
196+ When I run `composer --working-dir={PACKAGE_PATH}/local/wp-cli/with-tests/ install`
195197 When I run `wp --require={PACKAGE_PATH}/local/wp-cli/with-tests/hello-world-command.php hello-world`
196198 Then STDOUT should be:
197199 """
You can’t perform that action at this time.
0 commit comments