Skip to content

Commit

Permalink
Fix readme (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 19, 2023
1 parent 3e2db82 commit b4e030a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readme-partials/USING.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ The following environment variables can be set to override the default database
- `WP_CLI_TEST_DBNAME` is the database that the tests run under (defaults to "wp_cli_test").
- `WP_CLI_TEST_DBUSER` is the user that the tests run under (defaults to "wp_cli_test").
- `WP_CLI_TEST_DBPASS` is the password to use for the above user (defaults to "password1").
- `WP_CLI_TEST_DBTYPE` is the database engine type to use, i.e. "sqlite" for running tests on SQLite instead of MySQL (defaults to "mysql").

Environment variables can be set for the whole session via the following syntax: `export WP_CLI_TEST_DBNAME=custom_db`.

Expand Down

0 comments on commit b4e030a

Please sign in to comment.