File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ WP-CLI makes use of a Behat-based testing framework and provides a set of custom
8686* ` Given /^save (STDOUT|STDERR) ([\'].+[^\'])?\s?as \{(\w+)\}$/ ` - Store STDOUT or STDERR contents in a variable.
8787* ` Given /^a new Phar with (?:the same version|version "([^"]+)")$/ ` - Build a new WP-CLI Phar file with a given version.
8888* ` Given /^a downloaded Phar with (?:the same version|version "([^"]+)")$/ ` - Download a specific WP-CLI Phar version from GitHub.
89- * ` Given /^save the (.+) file ([\'].+[^\'])?as \{(\w+)\}$/ ` - Stores the contents of the given file in a variable.
89+ * ` Given /^save the (.+) file ([\'].+[^\'])? as \{(\w+)\}$/ ` - Stores the contents of the given file in a variable.
9090* ` Given a misconfigured WP_CONTENT_DIR constant directory ` - Modify wp-config.php to set ` WP_CONTENT_DIR ` to an empty string.
9191* ` Given a dependency on current wp-cli ` - Add ` wp-cli/wp-cli ` as a Composer dependency.
9292* ` Given a PHP built-in web server ` - Start a PHP built-in web server in the current directory.
You can’t perform that action at this time.
0 commit comments