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 5102cce commit 50d893aCopy full SHA for 50d893a
features/theme-check-update.feature
@@ -3,7 +3,7 @@ Feature: Check for theme updates
3
Scenario: Check for theme updates with no updates available
4
Given a WP install
5
6
- When I run `wp theme install twentytwelve`
+ When I run `wp theme install twentytwelve --force`
7
Then STDOUT should not be empty
8
9
When I run `wp theme check-update --all`
@@ -35,7 +35,7 @@ Feature: Check for theme updates
35
When I run `wp theme install twentyfourteen --version=1.0 --force`
36
37
38
39
40
41
When I run `wp theme check-update twentyfourteen --format=csv`
0 commit comments