Skip to content

Commit 03bd648

Browse files
committed
Add small documentation snippet
1 parent 53bab39 commit 03bd648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-package-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Database credentials can be provided via environment variables:
4-
# - WP_CLI_TEST_DBHOST is the host to use and can include a port, i.e "127.0.0.1:33060" (defaults to "localhost")
4+
# - 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")
55
# - WP_CLI_TEST_DBROOTUSER is the user that has permission to administer databases and users (defaults to "root").
66
# - WP_CLI_TEST_DBROOTPASS is the password to use for the above user (defaults to an empty password).
77
# - WP_CLI_TEST_DBNAME is the database that the tests run under (defaults to "wp_cli_test").

0 commit comments

Comments
 (0)