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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KorvinSzanto
Copy link

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 ✅

Comparison is base (2455200) 100.00% compared to head (caade89) 100.00%.

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           

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.

None yet

1 participant