We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c58fb5 commit 63214d1Copy full SHA for 63214d1
features/theme-install.feature
@@ -190,10 +190,10 @@ Feature: Install WordPress themes
190
Scenario: Install theme from a zip file with a custom --slug
191
Given a WP install
192
193
- When I run `wp theme install https://github.com/wp-cli-test/generic-example-theme/archive/refs/heads/master.zip --slug=my-custom-theme`
+ When I run `wp theme install https://downloads.wordpress.org/theme/twentytwelve.zip --slug=my-custom-theme`
194
Then STDOUT should contain:
195
"""
196
- Renamed 'generic-example-theme-master' to 'my-custom-theme'.
+ Renamed 'twentytwelve' to 'my-custom-theme'.
197
198
And STDOUT should contain:
199
0 commit comments