mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
moved to namespace Dibi
added loader for old class names
This commit is contained in:
@@ -37,13 +37,13 @@ if ($config['system'] === 'odbc') {
|
||||
|
||||
|
||||
try {
|
||||
new DibiConnection($config);
|
||||
} catch (DibiNotSupportedException $e) {
|
||||
new Dibi\Connection($config);
|
||||
} catch (Dibi\NotSupportedException $e) {
|
||||
Tester\Environment::skip($e->getMessage());
|
||||
}
|
||||
|
||||
|
||||
function test(\Closure $function)
|
||||
function test(Closure $function)
|
||||
{
|
||||
$function();
|
||||
}
|
||||
|
Reference in New Issue
Block a user