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
test: assert rating as a json number across json-streamer versions
#8461 changed the rating assertions to assertIsFloat/assertSame(0.0), which
pins them to json-streamer >= 8.1.4 where JSON_PRESERVE_ZERO_FRACTION is set.
The Symfony lowest job resolves an earlier release that encodes an integral
float as 5, so the assertions failed there.
Assert that the decoded value is a JSON number of either PHP type instead.
Verified on json-streamer 8.1.2 and 8.1.4.
0 commit comments