Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests by returning array from PSR7's ResponseInterface::getHeader() #1026

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

KorvinSzanto
Copy link
Contributor

PSR-7's ResponseInterface returns an array from getHeader and not a string. This PR updates tests to return an array as well.

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (2455200) to head (caade89).
Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master     #1026   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       191       191           
===========================================
  Files             20        20           
  Lines            516       516           
===========================================
  Hits             516       516           

@ramsey
Copy link
Contributor

ramsey commented Dec 10, 2024

Thank you for contributing! 🎉

@ramsey ramsey merged commit e4c6ec7 into thephpleague:master Dec 10, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants