File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Feature: Check whether plugins are up to date
1010
1111 Scenario : Plugins are up to date
1212 Given a WP install
13+ # Akismet requires a newer WordPress version, but we don't really need it here.
14+ And I run `wp plugin uninstall akismet`
1315 And I run `wp plugin update --all`
1416
1517 When I run `wp doctor check plugin-update`
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ Feature: Basic check usage
3131
3232 Scenario : Filter check results
3333 Given a WP install
34+ # Akismet requires a newer WordPress version, but we don't really need it here.
35+ And I run `wp plugin uninstall akismet`
3436 And I run `wp plugin activate --all`
3537 And I run `wp plugin update --all`
3638 And I run `wp theme update --all`
You can’t perform that action at this time.
0 commit comments