We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7caff13 + 1a08367 commit 528c7feCopy full SHA for 528c7fe
features/theme-update.feature
@@ -3,12 +3,9 @@ Feature: Update WordPress themes
3
Scenario: Updating a theme with no version in the WordPress.org directory shouldn't delete the original theme
4
Given a WP install
5
6
- When I run `wp scaffold underscores wpclitesttheme`
7
- Then STDOUT should contain:
8
- """
9
- Success: Created theme
10
11
- And the wp-content/themes/wpclitesttheme directory should exist
+ When I run `wp theme install twentytwelve --force`
+ And I run `wp scaffold child-theme wpclitesttheme --parent_theme=twentytwelve`
+ Then the wp-content/themes/wpclitesttheme directory should exist
12
13
When I try `wp theme update wpclitesttheme --version=100.0.0`
14
Then STDERR should contain:
0 commit comments