Test the test
This commit is contained in:
parent
1a434fd8d6
commit
6b4245d662
4 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@ return [
|
|||
'password' => 'testpw',
|
||||
'database' => 'testdb',
|
||||
'charset' => 'utf8mb4',
|
||||
'pdo_emulate_prepares' => true,
|
||||
'pdo_emulate_prepares' => false,
|
||||
],
|
||||
|
||||
'config' => [
|
||||
|
|
|
@ -12,7 +12,7 @@ return [
|
|||
'password' => 'testpw',
|
||||
'database' => 'testdb',
|
||||
'charset' => 'utf8mb4',
|
||||
'pdo_emulate_prepares' => true,
|
||||
'pdo_emulate_prepares' => false,
|
||||
],
|
||||
|
||||
'config' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue