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