mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 00:24:19 +02:00
tests: connection removed from bootstrap
This commit is contained in:
committed by
David Grudl
parent
0c09ad97ca
commit
6550b53175
@@ -37,9 +37,6 @@ if ($config['system'] === 'odbc') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$conn = new Dibi\Connection($config);
|
|
||||||
|
|
||||||
|
|
||||||
function test(Closure $function)
|
function test(Closure $function)
|
||||||
{
|
{
|
||||||
$function();
|
$function();
|
||||||
|
Reference in New Issue
Block a user