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
[Bugfix] Ensure test response content is always a string
Symfony can return a string or false for the response content.
This fix ensures that false is converted to an empty string, as
v4 of the JSON:API testing package type-hints the content as a
string.
0 commit comments