Skip to content

Commit

Permalink
Merge branch '5.3' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
2 parents d62f40c + bd7c2af commit 4cd005f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/php/View/Embed/MockResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public function getHeader($name)

public function getHeaderLine($name)
{
if (strtolower($name) === 'content-type') {
return 'text/html; charset=utf-8';
}
return '';
}

Expand Down

0 comments on commit 4cd005f

Please sign in to comment.