diff options
author | sapics <gv.nishino@gmail.com> | 2021-01-16 08:13:37 +0100 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2021-01-22 10:34:23 +0100 |
commit | 5ad670dea78cc0f0c0fd690220a243a905cb06bf (patch) | |
tree | 2ccb6680e9a19da37762083c613dc11157779951 /tests/mocks/database/config/pdo/pgsql.php | |
parent | 624ddad97028087ee4d61ab90827b944a192f65e (diff) |
Replace travis-ci to github actions for php8.0
Diffstat (limited to 'tests/mocks/database/config/pdo/pgsql.php')
-rw-r--r-- | tests/mocks/database/config/pdo/pgsql.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mocks/database/config/pdo/pgsql.php b/tests/mocks/database/config/pdo/pgsql.php index e55e3ea77..846c70be9 100644 --- a/tests/mocks/database/config/pdo/pgsql.php +++ b/tests/mocks/database/config/pdo/pgsql.php @@ -7,7 +7,7 @@ return array( 'dsn' => 'pgsql:host=localhost;port=5432;dbname=ci_test;', 'hostname' => 'localhost', 'username' => 'postgres', - 'password' => '', + 'password' => 'postgres', 'database' => 'ci_test', 'dbdriver' => 'pdo', 'subdriver' => 'pgsql' @@ -27,7 +27,7 @@ return array( 'dsn' => 'pgsql:host=localhost;port=5432;dbname=ci_test;', 'hostname' => 'localhost', 'username' => 'postgres', - 'password' => '', + 'password' => 'postgres', 'database' => 'ci_test', 'dbdriver' => 'pdo', 'subdriver' => 'pgsql' |