Skip to content

Commit

Permalink
Reverting changes to tests/bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Feb 28, 2017
1 parent 31907b7 commit 7906626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/bootstrap.php
Expand Up @@ -82,7 +82,7 @@
]
]);

Cache::setConfig([
Cache::config([
'_cake_core_' => [
'engine' => 'File',
'prefix' => 'cake_core_',
Expand All @@ -100,14 +100,14 @@
putenv('db_dsn=sqlite:///:memory:');
}

ConnectionManager::setConfig('test', ['url' => getenv('db_dsn')]);
ConnectionManager::setConfig('test_custom_i18n_datasource', ['url' => getenv('db_dsn')]);
ConnectionManager::config('test', ['url' => getenv('db_dsn')]);
ConnectionManager::config('test_custom_i18n_datasource', ['url' => getenv('db_dsn')]);

Configure::write('Session', [
'defaults' => 'php'
]);

Log::setConfig([
Log::config([
// 'queries' => [
// 'className' => 'Console',
// 'stream' => 'php://stderr',
Expand Down

0 comments on commit 7906626

Please sign in to comment.