Closed
Description
module-db/src/Codeception/Lib/Driver/Db.php
Line 348 in 1858892
This new addition broke all usages of haveInDatabase of null data for a certain column.
Example of fail:
$I->haveInDatabase('table_name', ['column_name' => null]);
Results in:
[TypeError] Codeception\Lib\Driver\Db::isBinary(): Argument #1 ($string) must be of type string, null given, called in /app/vendor/codeception/module-db/src/Codeception/Lib/Driver/Db.php on line 297
Metadata
Metadata
Assignees
Labels
No labels