Skip to content

Commit

Permalink
Merge branch '5' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 24, 2024
2 parents b86a48f + 17fd6b0 commit 35371dd
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 35371dd

Please sign in to comment.