We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232f552 commit 270f93eCopy full SHA for 270f93e
README.md
@@ -213,6 +213,7 @@ The following environment variables can be set to override the default database
213
- `WP_CLI_TEST_DBUSER` is the user that the tests run under (defaults to "wp_cli_test").
214
- `WP_CLI_TEST_DBPASS` is the password to use for the above user (defaults to "password1").
215
- `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").
216
+ - `WP_CLI_TEST_OBJECT_CACHE` is the persistent object cache backend to use. Only supports "sqlite".
217
218
Environment variables can be set for the whole session via the following syntax: `export WP_CLI_TEST_DBNAME=custom_db`.
219
0 commit comments