Skip to content

Commit

Permalink
config: add charset and DBCollat for database.tests
Browse files Browse the repository at this point in the history
By default, tests is for SQLite3, and these values are different.
  • Loading branch information
kenjis committed Mar 27, 2024
1 parent 39210be commit a56647b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions env
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@
# database.default.DBPrefix =
# database.default.port = 3306

# If you use MySQLi as tests, first update the values of Config\Database::$tests.
# database.tests.hostname = localhost
# database.tests.database = ci4_test
# database.tests.username = root
# database.tests.password = root
# database.tests.DBDriver = MySQLi
# database.tests.DBPrefix =
# database.tests.charset = utf8mb4
# database.tests.DBCollat = utf8mb4_general_ci
# database.tests.port = 3306

#--------------------------------------------------------------------
Expand Down

0 comments on commit a56647b

Please sign in to comment.