Skip to content

Commit

Permalink
Identify updates by name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletaylored committed May 3, 2021
1 parent a391ec0 commit 9078b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/plugin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Test WordPress for plugins with known security issues
Scenario: A WordPress install with a plugin with a known security issue
Given a WP install
And I run `wp plugin install akismet --version=3.1.3 --force`
And I run `wp plugin update --dry-run`
And I run `wp plugin update akismet --dry-run`

When I run `wp launchcheck all`
Then STDOUT should contain:
Expand Down
4 changes: 2 additions & 2 deletions features/theme.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Test WordPress for themes with known security issues
Scenario: A WordPress install with a theme with a known security issue
Given a WP install
And I run `wp theme install twentyfifteen --version=1.1 --force`
And I run `wp theme update --dry-run`
And I run `wp theme update twentyfifteen --dry-run`

When I run `wp launchcheck all --all`
Then STDOUT should contain:
Expand All @@ -17,7 +17,7 @@ Feature: Test WordPress for themes with known security issues

Scenario: A WordPress install with no theme security issues
Given a WP install
And I run `wp plugin update twentyfifteen`
And I run `wp theme update twentyfifteen`

When I run `wp launchcheck all --all`
Then STDOUT should contain:
Expand Down

0 comments on commit 9078b40

Please sign in to comment.