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();