diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-07 09:03:49 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-07 09:03:49 +0100 |
commit | 91dda86a74e5e4f4d474c84b037209315230a0b3 (patch) | |
tree | 9b10c7c316761bc03dd4917a4240c86d4da76434 /tests/phpunit-pgsql.xml | |
parent | 4171854e2fdcf30592025cc67815e032ea97fc06 (diff) | |
parent | 24a650d7ecc07e46a7d7cfb1ef3cd60cc7da791b (diff) | |
download | volse-hubzilla-91dda86a74e5e4f4d474c84b037209315230a0b3.tar.gz volse-hubzilla-91dda86a74e5e4f4d474c84b037209315230a0b3.tar.bz2 volse-hubzilla-91dda86a74e5e4f4d474c84b037209315230a0b3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'tests/phpunit-pgsql.xml')
-rw-r--r-- | tests/phpunit-pgsql.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/phpunit-pgsql.xml b/tests/phpunit-pgsql.xml index ec4a6fc2d..078056d56 100644 --- a/tests/phpunit-pgsql.xml +++ b/tests/phpunit-pgsql.xml @@ -32,4 +32,15 @@ highLowerBound="70"/> <log type="testdox-text" target="./results/testdox.txt"/> </logging> + <php> + <!-- Default test database config, only used if no environment variables + with same names are set. + !!! Never run against a real database, it will truncate all tables --> + <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="travis_hz"/> + <env name="hz_db_pass" value="hubzilla"/> + <env name="hz_db_database" value="travis_hubzilla"/> + </php> </phpunit> |