mirror of
https://github.com/dg/dibi.git
synced 2025-08-13 01:24:06 +02:00
moved to namespace Dibi
added loader for old class names
This commit is contained in:
@@ -8,8 +8,8 @@ use Tester\Assert;
|
||||
|
||||
require __DIR__ . '/bootstrap.php';
|
||||
|
||||
$conn = new DibiConnection($config);
|
||||
$translator = new DibiTranslator($conn);
|
||||
$conn = new Dibi\Connection($config);
|
||||
$translator = new Dibi\Translator($conn);
|
||||
|
||||
$datetime = new DateTime('1978-01-23 00:00:00');
|
||||
|
||||
|
Reference in New Issue
Block a user