mirror of
https://github.com/dg/dibi.git
synced 2025-08-26 07:24:25 +02:00
coding style: TRUE/FALSE/NULL -> true/false/null
This commit is contained in:
@@ -22,7 +22,7 @@ test(function () use ($config) {
|
||||
|
||||
|
||||
test(function () use ($config) { // lazy
|
||||
$conn = new Connection($config + ['lazy' => TRUE]);
|
||||
$conn = new Connection($config + ['lazy' => true]);
|
||||
Assert::false($conn->isConnected());
|
||||
|
||||
$conn->query('SELECT 1');
|
||||
|
Reference in New Issue
Block a user