Skip to content

Commit

Permalink
Merge pull request #11474 from creative-commoners/pulls/5.3/fix-embed…
Browse files Browse the repository at this point in the history
…-test

MNT Fix unit test
  • Loading branch information
GuySartorelli authored Nov 24, 2024
2 parents 5e2f4b7 + f1eab1b commit 61244b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/php/View/Embed/MockResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,32 @@ public function getBody()

public function getReasonPhrase()
{
return '';
}

public function getProtocolVersion()
{
return '';
}

public function getHeaders()
{
return [];
}

public function getHeader($name)
{
return '';
}

public function getHeaderLine($name)
{
return '';
}

public function hasHeader($name)
{
return false;
}

public function withHeader($name, $value)
Expand Down

0 comments on commit 61244b7

Please sign in to comment.