mirror of
https://github.com/dg/dibi.git
synced 2025-08-20 12:51:40 +02:00
moved to namespace Dibi
added loader for old class names
This commit is contained in:
@@ -8,7 +8,7 @@ use Tester\Assert;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
$conn = new DibiConnection($config);
|
||||
$conn = new Dibi\Connection($config);
|
||||
|
||||
|
||||
Assert::same(
|
||||
|
Reference in New Issue
Block a user