Skip to content

Commit

Permalink
Attempt to get plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletaylored committed May 3, 2021
1 parent e35218d commit a391ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions features/plugin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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`

When I run `wp launchcheck all`
Then STDOUT should contain:
Expand Down
1 change: 1 addition & 0 deletions features/theme.feature
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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`

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

0 comments on commit a391ec0

Please sign in to comment.