From 03bd64822830a48480332afa85c39a4fbb8a9382 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Mon, 18 Dec 2023 16:08:45 +0000 Subject: [PATCH] Add small documentation snippet --- bin/install-package-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-package-tests b/bin/install-package-tests index 15492720..61e9dc4d 100755 --- a/bin/install-package-tests +++ b/bin/install-package-tests @@ -1,7 +1,7 @@ #!/bin/sh # Database credentials can be provided via environment variables: -# - WP_CLI_TEST_DBHOST is the host to use and can include a port, i.e "127.0.0.1:33060" (defaults to "localhost") +# - WP_CLI_TEST_DBHOST is the host to use and can include a port or a socket after a colon, i.e "127.0.0.1:33060" (defaults to "localhost") # - WP_CLI_TEST_DBROOTUSER is the user that has permission to administer databases and users (defaults to "root"). # - WP_CLI_TEST_DBROOTPASS is the password to use for the above user (defaults to an empty password). # - WP_CLI_TEST_DBNAME is the database that the tests run under (defaults to "wp_cli_test").