You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generate files needed for writing Behat tests for your command.
375
-
*
376
-
* ## DESCRIPTION
377
-
*
378
-
* These are the files that are generated:
379
-
*
380
-
* * `.travis.yml` is the configuration file for Travis CI
381
-
* * `bin/install-package-tests.sh` will configure environment to run tests. Script expects WP_CLI_BIN_DIR and WP_CLI_CONFIG_PATH environment variables.
382
-
* * `features/load-wp-cli.feature` is a basic test to confirm WP-CLI can load.
383
-
* * `features/bootstrap`, `features/steps`, `features/extra` are Behat configuration files.
384
-
* * `utils/generate-package-require-from-composer.php` generates a test config.yml file from your package's composer.json
385
-
*
386
-
* ## ENVIRONMENT
387
-
*
388
-
* The `features/bootstrap/FeatureContext.php` file expects the WP_CLI_BIN_DIR and WP_CLI_CONFIG_PATH environment variables.
0 commit comments