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 eac9da1 commit 44903e8Copy full SHA for 44903e8
features/cache-pluck.feature
@@ -35,6 +35,6 @@ Feature: Pluck command available for the object cache
35
When I try `wp cache pluck unknown_key test`
36
Then STDERR should be:
37
"""
38
- Warning: No object found for the key "unknown_key" in group "default"
+ Warning: No object found for the key 'unknown_key' in group 'default'
39
40
0 commit comments