From 6550b5317578fb09584805e443b763ccaf9fba12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20H=C5=AFla?= Date: Fri, 4 Aug 2017 14:18:26 +0200 Subject: [PATCH] tests: connection removed from bootstrap --- tests/dibi/bootstrap.php | 3 --- 1 file changed, 3 deletions(-) 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();