Skip to content

Commit

Permalink
MNT Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 12, 2024
1 parent 61244b7 commit 2fa0ba0
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 2fa0ba0

Please sign in to comment.