summaryrefslogtreecommitdiffstats
path: root/tests/mocks/database/config/pgsql.php
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2021-01-16 08:13:37 +0100
committersapics <gv.nishino@gmail.com>2021-01-22 10:34:23 +0100
commit5ad670dea78cc0f0c0fd690220a243a905cb06bf (patch)
tree2ccb6680e9a19da37762083c613dc11157779951 /tests/mocks/database/config/pgsql.php
parent624ddad97028087ee4d61ab90827b944a192f65e (diff)
Replace travis-ci to github actions for php8.0
Diffstat (limited to 'tests/mocks/database/config/pgsql.php')
-rw-r--r--tests/mocks/database/config/pgsql.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mocks/database/config/pgsql.php b/tests/mocks/database/config/pgsql.php
index 1444b0066..ce4583728 100644
--- a/tests/mocks/database/config/pgsql.php
+++ b/tests/mocks/database/config/pgsql.php
@@ -7,7 +7,7 @@ return array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'postgres',
- 'password' => '',
+ 'password' => 'postgres',
'database' => 'ci_test',
'dbdriver' => 'postgre'
),
@@ -25,7 +25,7 @@ return array(
'dsn' => '',
'hostname' => 'localhost',
'username' => 'postgres',
- 'password' => '',
+ 'password' => 'postgres',
'database' => 'ci_test',
'dbdriver' => 'postgre',
)