File tree Expand file tree Collapse file tree 1 file changed +21
-16
lines changed Expand file tree Collapse file tree 1 file changed +21
-16
lines changed Original file line number Diff line number Diff line change 26
26
final class BaseConnectionTest extends CIUnitTestCase
27
27
{
28
28
private array $ options = [
29
- 'DSN ' => '' ,
30
- 'hostname ' => 'localhost ' ,
31
- 'username ' => 'first ' ,
32
- 'password ' => 'last ' ,
33
- 'database ' => 'dbname ' ,
34
- 'DBDriver ' => 'MockDriver ' ,
35
- 'DBPrefix ' => 'test_ ' ,
36
- 'pConnect ' => true ,
37
- 'DBDebug ' => true ,
38
- 'charset ' => 'utf8mb4 ' ,
39
- 'DBCollat ' => 'utf8mb4_general_ci ' ,
40
- 'swapPre ' => '' ,
41
- 'encrypt ' => false ,
42
- 'compress ' => false ,
43
- 'strictOn ' => true ,
44
- 'failover ' => [],
29
+ 'DSN ' => '' ,
30
+ 'hostname ' => 'localhost ' ,
31
+ 'username ' => 'first ' ,
32
+ 'password ' => 'last ' ,
33
+ 'database ' => 'dbname ' ,
34
+ 'DBDriver ' => 'MockDriver ' ,
35
+ 'DBPrefix ' => 'test_ ' ,
36
+ 'pConnect ' => true ,
37
+ 'DBDebug ' => true ,
38
+ 'charset ' => 'utf8mb4 ' ,
39
+ 'DBCollat ' => 'utf8mb4_general_ci ' ,
40
+ 'swapPre ' => '' ,
41
+ 'encrypt ' => false ,
42
+ 'compress ' => false ,
43
+ 'strictOn ' => true ,
44
+ 'failover ' => [],
45
+ 'dateFormat ' => [
46
+ 'date ' => 'Y-m-d ' ,
47
+ 'datetime ' => 'Y-m-d H:i:s ' ,
48
+ 'time ' => 'H:i:s ' ,
49
+ ],
45
50
];
46
51
private array $ failoverOptions = [
47
52
'DSN ' => '' ,
You can’t perform that action at this time.
0 commit comments