diff --git a/tests/dibi/bootstrap.php b/tests/dibi/bootstrap.php index d03315a5..5740c0ab 100644 --- a/tests/dibi/bootstrap.php +++ b/tests/dibi/bootstrap.php @@ -37,9 +37,6 @@ if ($config['system'] === 'odbc') { } -$conn = new Dibi\Connection($config); - - function test(Closure $function) { $function();