Skip to content

Commit b4e030a

Browse files
authored
Fix readme (#186)
1 parent 3e2db82 commit b4e030a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.readme-partials/USING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ The following environment variables can be set to override the default database
201201
- `WP_CLI_TEST_DBNAME` is the database that the tests run under (defaults to "wp_cli_test").
202202
- `WP_CLI_TEST_DBUSER` is the user that the tests run under (defaults to "wp_cli_test").
203203
- `WP_CLI_TEST_DBPASS` is the password to use for the above user (defaults to "password1").
204+
- `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").
204205

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

0 commit comments

Comments
 (0)