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 Nov 24, 2024
1 parent 5e2f4b7 commit f1eab1b
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 f1eab1b

Please sign in to comment.