Skip to content

Commit e131c46

Browse files
authored
Merge pull request #8662 from kenjis/update-env
config: add charset and DBCollat for database.tests in env
2 parents 33d7d2a + 9e10860 commit e131c46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,15 @@
3838
# database.default.DBPrefix =
3939
# database.default.port = 3306
4040

41+
# If you use MySQLi as tests, first update the values of Config\Database::$tests.
4142
# database.tests.hostname = localhost
4243
# database.tests.database = ci4_test
4344
# database.tests.username = root
4445
# database.tests.password = root
4546
# database.tests.DBDriver = MySQLi
4647
# database.tests.DBPrefix =
48+
# database.tests.charset = utf8mb4
49+
# database.tests.DBCollat = utf8mb4_general_ci
4750
# database.tests.port = 3306
4851

4952
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)