Testing why tests are failing

This commit is contained in:
Michael 2021-01-16 23:45:43 +00:00
parent e775be38c8
commit 730a287b30
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ return [
'password' => 'testpw',
'database' => 'testdb',
'charset' => 'utf8mb4',
'pdo_emulate_prepares' => true,
],
'config' => [

View File

@ -12,6 +12,7 @@ return [
'password' => 'testpw',
'database' => 'testdb',
'charset' => 'utf8mb4',
'pdo_emulate_prepares' => true,
],
'config' => [

View File

@ -447,6 +447,7 @@ return [
'password' => '{$conf('database', 'password')}',
'database' => '{$conf('database', 'database')}',
'charset' => 'utf8mb4',
'pdo_emulate_prepares' => true,
],
// ****************************************************************