File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Configuration/Connections
tests/Configuration/Connections Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function resolve(array $settings = [])
51
51
$ resolvedSettings ['serverVersion ' ] = $ settings ['serverVersion ' ];
52
52
}
53
53
54
- if (!empty ($ settings ['defaultTableOptions ' ])) {
54
+ if (!empty ($ settings ['defaultTableOptions ' ])) {
55
55
$ resolvedSettings ['defaultTableOptions ' ] = $ settings ['defaultTableOptions ' ];
56
56
}
57
57
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ private function getInputConfig()
89
89
'port ' => 3309
90
90
],
91
91
],
92
- 'serverVersion ' => '5.8 ' ,
92
+ 'serverVersion ' => '5.8 ' ,
93
93
'defaultTableOptions ' => [
94
94
'charset ' => 'utf8mb4 ' ,
95
95
'collate ' => 'utf8mb4_unicode_ci ' ,
@@ -294,7 +294,7 @@ private function getSqliteExpectedConfig()
294
294
'memory ' => true ,
295
295
'path ' => ':memory ' ,
296
296
],
297
- 'serverVersion ' => '5.8 ' ,
297
+ 'serverVersion ' => '5.8 ' ,
298
298
'defaultTableOptions ' => [
299
299
'charset ' => 'utf8mb4 ' ,
300
300
'collate ' => 'utf8mb4_unicode_ci ' ,
You can’t perform that action at this time.
0 commit comments