summaryrefslogtreecommitdiffstats
path: root/tests/docker/mysqlmb4.config.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docker/mysqlmb4.config.php')
-rw-r--r--tests/docker/mysqlmb4.config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/docker/mysqlmb4.config.php b/tests/docker/mysqlmb4.config.php
index 528673950a4..3511e3c3723 100644
--- a/tests/docker/mysqlmb4.config.php
+++ b/tests/docker/mysqlmb4.config.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
$CONFIG = [
'mysql.utf8mb4' => true,
];