Skip to content

Commit 6a505b3

Browse files
authored
remove extra codes
1 parent fdc13ef commit 6a505b3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/bootstrap.php

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

89-
// Ensure default test connection is defined
90-
if (!getenv('db_dsn')) {
91-
putenv('db_dsn=sqlite:/' . TMP . 'debug_kit_test.sqlite');
92-
}
93-
94-
$config = [
95-
'url' => getenv('db_dsn'),
96-
'timezone' => 'UTC',
97-
];
98-
99-
// Use the test connection for 'debug_kit' as well.
100-
ConnectionManager::setConfig('test', $config);
101-
ConnectionManager::setConfig('test_webservice', $config);
102-
10389
Log::setConfig([
10490
'debug' => [
10591
'engine' => 'Cake\Log\Engine\FileLog',

0 commit comments

Comments
 (0)