Open KorvinSzanto opened 9 months ago
PSR-7's ResponseInterface returns an array from getHeader and not a string. This PR updates tests to return an array as well.
ResponseInterface
getHeader
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (2455200) 100.00% compared to head (caade89) 100.00%.
2455200
caade89
PSR-7's
ResponseInterface
returns an array fromgetHeader
and not a string. This PR updates tests to return an array as well.