Given /^a new Phar with (?:the same version|version "([^"]+)")$/


Build a new WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ Phar file with a given version.


Usage

Scenario: My example scenario
  Given an empty directory
  And a new Phar with version "2.11.0"

Behat steps documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.


Related