-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Versions >4.4 have a merged commit which introduced a breaking change (with tests not passing with the breaking change).
An example is found in the Feature test post_can_revert_to_target_version
In the tests, there's a json field called extends which is cast as an array. With the change introduced here, the cast is not taken into account:
Failed asserting that '{"foo":"bar"}' is identical to Array &0 [
'foo' => 'bar',
].
Makes me think of the merge process, I don't think tests are run before merging right?
Originally posted by @tasinttttttt in #50 (comment)
Metadata
Metadata
Assignees
Labels
No labels