wp-cli-tests
wp-cli-tests copied to clipboard
WP-CLI testing framework
To prevent the two step process of: ``` Given a WP install And I run `wp core download --force --version=` ``` It would be helpful to have a one step...
``` $ vendor/bin/phpcbf WARNING: The WP-CLI standard uses 1 deprecated sniff ------------------------------------------------------------------------------- - Generic.Functions.CallTimePassByReference This sniff has been deprecated since v3.12.1 and will be removed in v4.0.0. ```
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** When working with the Behat tests, I'd like to...