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:
committed by
David Grudl
parent
34b7e22d40
commit
1bae6eae08
@@ -40,9 +40,6 @@ if ($config['driver'] === 'mysql' && PHP_VERSION_ID >= 70000) {
|
||||
}
|
||||
|
||||
|
||||
$conn = new Dibi\Connection($config);
|
||||
|
||||
|
||||
function test(Closure $function)
|
||||
{
|
||||
$function();
|
||||
|
Reference in New Issue
Block a user