Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/check-theme-update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Feature: Check whether themes are up to date
Scenario: One theme has an update available
Given a WP install
And I run `wp theme update --all`
And I run `wp theme install moina --version=1.1.2`
And I run `wp theme install twentytwelve --version=1.0 --force`

When I run `wp doctor check theme-update`
Then STDOUT should be a table containing rows:
Expand Down
Loading