Skip to content

Commit

Permalink
Adapt README file
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Oct 18, 2023
1 parent 86711d9 commit 46edfbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,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 46edfbf

Please sign in to comment.