You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: