We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-update
1 parent ab91935 commit 5d12787Copy full SHA for 5d12787
1 file changed
features/plugin-check-update.feature
@@ -4,7 +4,9 @@ Feature: Check for plugin updates
4
Scenario: Check for plugin updates with no updates available
5
Given a WP install
6
7
- When I run `wp plugin install wordpress-importer --activate`
+ # In case Akismet has a newer release than the bundled version
8
+ When I run `wp plugin update --all`
9
+ And I run `wp plugin install wordpress-importer --activate`
10
Then STDOUT should not be empty
11
12
When I run `wp plugin check-update --all`
0 commit comments