-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
This results in database errors when strict mode is enabled (for example, '' is an invalid value for a boolean field).
This happens when getGenerator in Base.php is working with a $kind of false. It explodes on |, resulting in an empty string, converting a false value. This does not happen with true boolean values.
My solution, if you're happy to have this resolved (we can't actually use strict mode in our integrated tests without it, as it fails each time), is to have getGenerator return $this->kind if $this->kind === false.
Metadata
Metadata
Assignees
Labels
No labels