We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72f4e05 + 352608c commit 7fbc7baCopy full SHA for 7fbc7ba
tests/bootstrap.php
@@ -86,17 +86,11 @@
86
]
87
]);
88
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'),
+ 'url' => 'sqlite:/' . TMP . 'webservice_test.sqlite',
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
@@ -113,7 +107,5 @@
113
107
114
108
115
109
116
-Plugin::load('DebugKit', ['path' => ROOT, 'bootstrap' => true]);
117
118
110
DispatcherFactory::add('Routing');
119
111
DispatcherFactory::add('ControllerFactory');
0 commit comments