mirror of
https://github.com/dg/dibi.git
synced 2025-09-01 18:12:51 +02:00
moved to namespace Dibi
added loader for old class names
This commit is contained in:
@@ -12,7 +12,7 @@ if ($config['system'] === 'odbc' || $config['driver'] === 'pdo') {
|
||||
Tester\Environment::skip('Not supported.');
|
||||
}
|
||||
|
||||
$conn = new DibiConnection($config);
|
||||
$conn = new Dibi\Connection($config);
|
||||
$conn->loadFile(__DIR__ . "/data/$config[system].sql");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user