Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions features/check-plugin-update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Feature: Check whether plugins are up to date

Scenario: Plugins are up to date
Given a WP install
# Akismet requires a newer WordPress version, but we don't really need it here.
And I run `wp plugin uninstall akismet`
And I run `wp plugin update --all`

When I run `wp doctor check plugin-update`
Expand Down
2 changes: 2 additions & 0 deletions features/check.feature
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Feature: Basic check usage

Scenario: Filter check results
Given a WP install
# Akismet requires a newer WordPress version, but we don't really need it here.
And I run `wp plugin uninstall akismet`
And I run `wp plugin activate --all`
And I run `wp plugin update --all`
And I run `wp theme update --all`
Expand Down