We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d4fe3 commit f4d2dc9Copy full SHA for f4d2dc9
features/plugin-check-update.feature
@@ -95,8 +95,7 @@ Feature: Check for plugin updates
95
Given a WP install
96
97
When I try `wp plugin check-update invalid-plugin-name`
98
- Then the return code should be 1
99
- And STDERR should contain:
+ Then STDERR should contain:
100
"""
101
Warning: The 'invalid-plugin-name' plugin could not be found.
102
features/theme-check-update.feature
@@ -93,8 +93,7 @@ Feature: Check for theme updates
93
94
When I try `wp theme check-update invalid-theme-name`
Warning: The 'invalid-theme-name' theme could not be found.
0 commit comments