We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e156bc commit 71406b9Copy full SHA for 71406b9
features/plugin-auto-updates-status.feature
@@ -114,3 +114,10 @@ Feature: Show the status of auto-updates for WordPress plugins
114
hello,disabled
115
duplicate-post,disabled
116
"""
117
+
118
+ @require-wp-5.5
119
+ Scenario: Handle malformed option value
120
+ When I run `wp option update auto_update_plugins ""`
121
+ When I try `wp plugin auto-updates status hello`
122
+ Then the return code should be 0
123
+ And STDERR should be empty
0 commit comments