Skip to content

Commit 647afc3

Browse files
authored
Merge pull request #7556 from kenjis/test-update-db-configs
test: update db configs
2 parents 23829e3 + a6b876b commit 647afc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/_support/Config/Registrar.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Registrar
3333
'DBDriver' => 'MySQLi',
3434
'DBPrefix' => 'db_',
3535
'pConnect' => false,
36-
'DBDebug' => (ENVIRONMENT !== 'production'),
36+
'DBDebug' => true,
3737
'charset' => 'utf8',
3838
'DBCollat' => 'utf8_general_ci',
3939
'swapPre' => '',
@@ -52,7 +52,7 @@ class Registrar
5252
'DBDriver' => 'Postgre',
5353
'DBPrefix' => 'db_',
5454
'pConnect' => false,
55-
'DBDebug' => (ENVIRONMENT !== 'production'),
55+
'DBDebug' => true,
5656
'charset' => 'utf8',
5757
'DBCollat' => 'utf8_general_ci',
5858
'swapPre' => '',
@@ -71,7 +71,7 @@ class Registrar
7171
'DBDriver' => 'SQLite3',
7272
'DBPrefix' => 'db_',
7373
'pConnect' => false,
74-
'DBDebug' => (ENVIRONMENT !== 'production'),
74+
'DBDebug' => true,
7575
'charset' => 'utf8',
7676
'DBCollat' => 'utf8_general_ci',
7777
'swapPre' => '',
@@ -91,7 +91,7 @@ class Registrar
9191
'DBDriver' => 'SQLSRV',
9292
'DBPrefix' => 'db_',
9393
'pConnect' => false,
94-
'DBDebug' => (ENVIRONMENT !== 'production'),
94+
'DBDebug' => true,
9595
'charset' => 'utf8',
9696
'DBCollat' => 'utf8_general_ci',
9797
'swapPre' => '',
@@ -110,8 +110,8 @@ class Registrar
110110
'DBDriver' => 'OCI8',
111111
'DBPrefix' => 'db_',
112112
'pConnect' => false,
113-
'DBDebug' => (ENVIRONMENT !== 'production'),
114-
'charset' => 'utf8',
113+
'DBDebug' => true,
114+
'charset' => 'AL32UTF8',
115115
'DBCollat' => 'utf8_general_ci',
116116
'swapPre' => '',
117117
'encrypt' => false,

0 commit comments

Comments
 (0)