We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bab39 commit 03bd648Copy full SHA for 03bd648
bin/install-package-tests
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
# 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")
+# - 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")
5
# - WP_CLI_TEST_DBROOTUSER is the user that has permission to administer databases and users (defaults to "root").
6
# - WP_CLI_TEST_DBROOTPASS is the password to use for the above user (defaults to an empty password).
7
# - WP_CLI_TEST_DBNAME is the database that the tests run under (defaults to "wp_cli_test").
0 commit comments