aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 12:42:04 +0000
committerMario <mario@mariovavti.com>2024-03-14 12:42:04 +0000
commite0de8137007ac849b58ae010704b87e40cdda1bf (patch)
treec567007cdf262d7d6f29480df4a74de79bcc55e8 /tests/phpunit.xml
parent4fb37ef6f393e4eea60c743fb50c9d4a61534b8b (diff)
parent39448a08717f20858e6efc80af4dd833645d151d (diff)
downloadvolse-hubzilla-e0de8137007ac849b58ae010704b87e40cdda1bf.tar.gz
volse-hubzilla-e0de8137007ac849b58ae010704b87e40cdda1bf.tar.bz2
volse-hubzilla-e0de8137007ac849b58ae010704b87e40cdda1bf.zip
Merge branch 'fix-test-setup-on-mariadb' into 'dev'
Fix test db setup on MySQL/Mariadb + changed default See merge request hubzilla/core!2112
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index a8ff7b395..a92dd530f 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -7,10 +7,10 @@
>
<php>
- <includePath>..</includePath>
- <env name="HZ_TEST_DB_HOST" value="db"/>
+ <includePath>..</includePath>
+ <!-- env name="HZ_TEST_DB_HOST" value=""/-->
<env name="HZ_TEST_DB_TYPE" value="postgres"/>
- <env name="HZ_TEST_DB_PORT" value=""/>
+ <!-- env name="HZ_TEST_DB_PORT" value=""/-->
<env name="HZ_TEST_DB_USER" value="test_user"/>
<env name="HZ_TEST_DB_PASS" value="hubzilla"/>
<env name="HZ_TEST_DB_DATABASE" value="hubzilla_test_db"/>