Skip to content

Commit

Permalink
Merge branch '5' into 6.0
Browse files Browse the repository at this point in the history
# Conflicts:
#	tests/php/View/Embed/MockResponse.php
  • Loading branch information
emteknetnz committed Dec 12, 2024
2 parents c6d2b8b + 4cd005f commit 574ce20
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 @@ -57,6 +57,9 @@ public function getHeader($name): array

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

Expand Down

0 comments on commit 574ce20

Please sign in to comment.