diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-11 19:36:37 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-11 19:36:37 -0800 |
commit | 0f8d2d4e58cd085de29c630babaf7df3a35393c3 (patch) | |
tree | 8da71ebff073f86212baf1a362063e8cdb86c4e7 /tests/phpunit-pgsql.xml | |
parent | 63107f5b2f5031a7cc971063b9344592cc2257e3 (diff) | |
parent | ba954b8cfeaf18477a5d7c17338efd909951744c (diff) | |
download | volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.tar.gz volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.tar.bz2 volse-hubzilla-0f8d2d4e58cd085de29c630babaf7df3a35393c3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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> |