1
0
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:
Miloslav Hůla
2017-08-04 14:18:26 +02:00
committed by David Grudl
parent 0c09ad97ca
commit 6550b53175

View File

@@ -37,9 +37,6 @@ if ($config['system'] === 'odbc') {
} }
$conn = new Dibi\Connection($config);
function test(Closure $function) function test(Closure $function)
{ {
$function(); $function();