mirror of
https://github.com/friendica/friendica
synced 2024-11-18 02:23:40 +00:00
Testing why tests are failing
This commit is contained in:
parent
e775be38c8
commit
730a287b30
3 changed files with 3 additions and 0 deletions
|
@ -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