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 b1d7f1a commit b5ce1e8Copy full SHA for b5ce1e8
features/scaffold-package.feature
@@ -147,16 +147,15 @@ Feature: Scaffold WP-CLI commands
147
s
148
149
150
- s
151
"""
152
153
- When I run `wp scaffold package wp-cli/same-package --skip-tests`
+ When I run `wp scaffold package wp-cli/same-package --skip-tests --skip-github`
154
Then STDOUT should contain:
155
156
Success: Created package files
157
158
159
- When I run `wp scaffold package wp-cli/same-package --skip-tests < session`
+ When I run `wp scaffold package wp-cli/same-package --skip-tests --skip-github < session`
160
And STDERR should contain:
161
162
Warning: File already exists
0 commit comments