mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 09:19:48 +02:00
used PHP 5.4 syntax
This commit is contained in:
@@ -19,7 +19,7 @@ test(function () use ($config) {
|
||||
|
||||
|
||||
test(function () use ($config) { // lazy
|
||||
$conn = new DibiConnection($config + array('lazy' => TRUE));
|
||||
$conn = new DibiConnection($config + ['lazy' => TRUE]);
|
||||
Assert::false($conn->isConnected());
|
||||
|
||||
$conn->query('SELECT 1');
|
||||
|
Reference in New Issue
Block a user