aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2023-12-28 18:15:03 +0100
committerHarald Eilertsen <haraldei@anduin.net>2023-12-28 18:15:03 +0100
commit6c680ccfb1c406c66bb435b740a75584d80222ce (patch)
tree6a0d5fdefae353a292398434cf7926a4b00237ac
parent6207807d5d5a313eecce328228983a3a28023b6a (diff)
downloadvolse-hubzilla-6c680ccfb1c406c66bb435b740a75584d80222ce.tar.gz
volse-hubzilla-6c680ccfb1c406c66bb435b740a75584d80222ce.tar.bz2
volse-hubzilla-6c680ccfb1c406c66bb435b740a75584d80222ce.zip
ci: Typo in CI test config env vars.
-rw-r--r--tests/phpunit-ci-mysql.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit-ci-mysql.xml b/tests/phpunit-ci-mysql.xml
index 15f924117..8a1cf20ec 100644
--- a/tests/phpunit-ci-mysql.xml
+++ b/tests/phpunit-ci-mysql.xml
@@ -13,7 +13,7 @@
<env name="HZ_TEST_DB_PORT" value=""/>
<env name="HZ_TEST_DB_USER" value="root"/>
<env name="HZ_TEST_DB_PASS" value="mysql"/>
- <env name="HZ_TEST_DB_DATABAse" value="hello_world_test"/>
+ <env name="HZ_TEST_DB_DATABASE" value="hello_world_test"/>
</php>
<testsuites>
<testsuite name="Hubzilla default Test Suite">