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 dc3296a commit 31285c8Copy full SHA for 31285c8
features/steps.feature
@@ -61,7 +61,7 @@ Feature: Make sure "Given", "When", "Then" steps work as expected
61
Scenario: Special variables
62
63
When I run `echo {INVOKE_WP_CLI_WITH_PHP_ARGS-} cli info`
64
- Then STDOUT should match /wp cli info/
+ Then STDOUT should match /(wp|wp\.bat) cli info/
65
And STDERR should be empty
66
67
When I run `echo {WP_VERSION-latest}`
0 commit comments