We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fd92e0 + 92828ae commit 28f35c1Copy full SHA for 28f35c1
1 file changed
ext/pgsql/tests/config.inc
@@ -5,7 +5,7 @@
5
// environment var PGSQL_TEST_CONNSTR
6
7
// "test" database must exist. i.e. "createdb test" before testing
8
-$conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432 user=postgres password=postgres"; // connection string
+$conn_str = getenv('PGSQL_TEST_CONNSTR') ?: "host=localhost dbname=test port=5432"; // connection string
9
10
$table_name = "php_pgsql_test"; // test table that will be created
11
$table_name_92 = "php_pgsql_test_92"; // test table that will be created
0 commit comments