mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
strict fixes
This commit is contained in:
@@ -29,7 +29,7 @@ test(function () use ($config) { // lazy
|
||||
|
||||
|
||||
test(function () use ($config) { // query string
|
||||
$conn = new Connection(http_build_query($config, NULL, '&'));
|
||||
$conn = new Connection(http_build_query($config, '', '&'));
|
||||
Assert::true($conn->isConnected());
|
||||
|
||||
Assert::null($conn->getConfig('lazy'));
|
||||
|
Reference in New Issue
Block a user