diff options
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, +); |