Closed
Description
The call to $this->isBinary()
added in #48 broke a bunch of our tests that were passing float parameters with the following error
[TypeError] Codeception\Lib\Driver\Db::isBinary(): Argument #1 ($string) must be of type string, float given, called in /tmp/wordpress-latest/src/wp-content/plugins/crm/vendor/codeception/module-db/src/Codeception/Lib/Driver/Db.php on line 299
A fix might be to add an is_string()
check before the attempt to call $this->isBinary()
.
CC: @cybd @Arhell @Naktibalda
Metadata
Metadata
Assignees
Labels
No labels