Testing why tests are failing
This commit is contained in:
parent
e775be38c8
commit
730a287b30
|
@ -12,6 +12,7 @@ return [
|
|||
'password' => 'testpw',
|
||||
'database' => 'testdb',
|
||||
'charset' => 'utf8mb4',
|
||||
'pdo_emulate_prepares' => true,
|
||||
],
|
||||
|
||||
'config' => [
|
||||
|
|
|
@ -12,6 +12,7 @@ return [
|
|||
'password' => 'testpw',
|
||||
'database' => 'testdb',
|
||||
'charset' => 'utf8mb4',
|
||||
'pdo_emulate_prepares' => true,
|
||||
],
|
||||
|
||||
'config' => [
|
||||
|
|
|
@ -447,6 +447,7 @@ return [
|
|||
'password' => '{$conf('database', 'password')}',
|
||||
'database' => '{$conf('database', 'database')}',
|
||||
'charset' => 'utf8mb4',
|
||||
'pdo_emulate_prepares' => true,
|
||||
],
|
||||
|
||||
// ****************************************************************
|
||||
|
|
Loading…
Reference in a new issue