1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

strict fixes

This commit is contained in:
David Grudl
2017-06-09 20:55:32 +02:00
parent 277f52c928
commit 126422ad7e
15 changed files with 30 additions and 22 deletions

View File

@@ -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'));