1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +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 34b7e22d40
commit 1bae6eae08

View File

@@ -40,9 +40,6 @@ if ($config['driver'] === 'mysql' && PHP_VERSION_ID >= 70000) {
}
$conn = new Dibi\Connection($config);
function test(Closure $function)
{
$function();