Skip to content

Commit a6b876b

Browse files
committed
test: fix charset for OCI8
1 parent b9d4bf9 commit a6b876b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/_support/Config/Registrar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Registrar
111111
'DBPrefix' => 'db_',
112112
'pConnect' => false,
113113
'DBDebug' => true,
114-
'charset' => 'utf8',
114+
'charset' => 'AL32UTF8',
115115
'DBCollat' => 'utf8_general_ci',
116116
'swapPre' => '',
117117
'encrypt' => false,

0 commit comments

Comments
 (0)