We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c329eca commit fcd499dCopy full SHA for fcd499d
tests/Sabre/HTTP/ResponseMock.php
@@ -24,7 +24,7 @@ class ResponseMock extends Response
24
/**
25
* Reset the response state. Needed if making more than one request in a single test.
26
*/
27
- function reset()
+ public function reset()
28
{
29
$this->headers = [];
30
$this->body = null;
0 commit comments