From b4e030a57ef506d57d39fb0273ab86c85650c6c9 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 19 Oct 2023 13:49:15 +0200 Subject: [PATCH] Fix readme (#186) --- .readme-partials/USING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.readme-partials/USING.md b/.readme-partials/USING.md index 88521945..c739aa71 100644 --- a/.readme-partials/USING.md +++ b/.readme-partials/USING.md @@ -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`.