Skip to content

Commit a8030a7

Browse files
authored
add connection
1 parent 6a505b3 commit a8030a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/bootstrap.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@
8686
]
8787
]);
8888

89+
$config = [
90+
'url' => 'sqlite:/' . TMP . 'webservice_test.sqlite',
91+
'timezone' => 'UTC',
92+
];
93+
94+
ConnectionManager::setConfig('test', $config);
95+
8996
Log::setConfig([
9097
'debug' => [
9198
'engine' => 'Cake\Log\Engine\FileLog',

0 commit comments

Comments
 (0)