aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit-ci-mysql.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit-ci-mysql.xml')
-rw-r--r--tests/phpunit-ci-mysql.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/phpunit-ci-mysql.xml b/tests/phpunit-ci-mysql.xml
index 8a1cf20ec..f4d024c39 100644
--- a/tests/phpunit-ci-mysql.xml
+++ b/tests/phpunit-ci-mysql.xml
@@ -14,6 +14,7 @@
<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_CHARSET" value="utf8mb4"/>
</php>
<testsuites>
<testsuite name="Hubzilla default Test Suite">
@@ -23,7 +24,10 @@
<directory suffix="Test.php" prefix="API">./unit/</directory>
</testsuite>
</testsuites>
- <coverage processUncoveredFiles="true">
+ <coverage
+ processUncoveredFiles="true"
+ cacheDirectory=".cache/phpunit"
+ >
<include>
<directory suffix=".php">../Zotlabs/</directory>
<directory suffix=".php">../include/</directory>