diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2017-12-10 01:29:49 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2018-01-28 22:56:21 +0100 |
commit | fb111e6d958fdf56352db66e144134241abbacf8 (patch) | |
tree | f7331a829ef12589f135af1d69f80be05d64099e /tests/phpunit-pgsql.xml | |
parent | e177462c901cd29c3e423640a6f538a930c29536 (diff) | |
download | volse-hubzilla-fb111e6d958fdf56352db66e144134241abbacf8.tar.gz volse-hubzilla-fb111e6d958fdf56352db66e144134241abbacf8.tar.bz2 volse-hubzilla-fb111e6d958fdf56352db66e144134241abbacf8.zip |
:white_check_mark: Unit Test for dba_pdo driver class.
Diffstat (limited to 'tests/phpunit-pgsql.xml')
-rw-r--r-- | tests/phpunit-pgsql.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/phpunit-pgsql.xml b/tests/phpunit-pgsql.xml index ec4a6fc2d..d95c4897b 100644 --- a/tests/phpunit-pgsql.xml +++ b/tests/phpunit-pgsql.xml @@ -32,4 +32,14 @@ highLowerBound="70"/> <log type="testdox-text" target="./results/testdox.txt"/> </logging> + <php> + <!-- default test database config, only used if no environment variables + with same name set --> + <env name="hz_db_server" value="127.0.0.1"/> + <env name="hz_db_scheme" value="pgsql"/> + <env name="hz_db_port" value="5432"/> + <env name="hz_db_user" value="hubzilla"/> + <env name="hz_db_pass" value="hubzilla"/> + <env name="hz_db_database" value="hubzilla"/> + </php> </phpunit> |