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 55c0be9 commit a22b832Copy full SHA for a22b832
features/requests.feature
@@ -211,7 +211,8 @@ Feature: Requests integration with both v1 and v2
211
"""
212
213
# This can throw deprecated warnings on PHP 8.1+.
214
- When I try `vendor/bin/wp plugin install duplicate-post --activate`
+ # Also, using a specific version to avoid minimum WordPress version requirement warning.
215
+ When I try `vendor/bin/wp plugin install duplicate-post --version=4.2 --activate`
216
Then STDOUT should contain:
217
218
Success: Installed 1 of 1 plugins.
0 commit comments