Skip to content

Commit a779bd9

Browse files
authored
Merge pull request #201 from wp-cli/fix/tests
2 parents 990d325 + a3ad19e commit a779bd9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

features/check-plugin-update.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

features/check.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)