diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-09 17:38:12 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-10-19 00:15:01 +0200 |
commit | 9c3f066dabe57af6f5fedb1579f724c58adb8f94 (patch) | |
tree | 31056ef725537f4fa0e63e8407726d854ad40f88 /tests/docker/mysqlmb4.config.php | |
parent | a7245ea08284568f9a449a11b726048dcec06d4a (diff) | |
download | nextcloud-server-9c3f066dabe57af6f5fedb1579f724c58adb8f94.tar.gz nextcloud-server-9c3f066dabe57af6f5fedb1579f724c58adb8f94.zip |
Adding docker based unit test execution for mysql utf8mb4
Diffstat (limited to 'tests/docker/mysqlmb4.config.php')
-rw-r--r-- | tests/docker/mysqlmb4.config.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/docker/mysqlmb4.config.php b/tests/docker/mysqlmb4.config.php new file mode 100644 index 00000000000..4e78272fab4 --- /dev/null +++ b/tests/docker/mysqlmb4.config.php @@ -0,0 +1,5 @@ +<?php + +$CONFIG = array( + 'mysql.utf8mb4' => true, +); |