From 1bae6eae0806dae8bcb6c7c656d90515ad697790 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 a3e56f6c..86e18843 100644 --- a/tests/dibi/bootstrap.php +++ b/tests/dibi/bootstrap.php @@ -40,9 +40,6 @@ if ($config['driver'] === 'mysql' && PHP_VERSION_ID >= 70000) { } -$conn = new Dibi\Connection($config); - - function test(Closure $function) { $function();