ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ResponseMock.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\HTTP;
4
14class ResponseMock extends Response {
15
19 public $body;
20 public $status;
21
22}
An exception for terminatinating execution or to throw for unit testing.
HTTP Response Mock object.
$body
Making these public.
This class represents a single HTTP response.
Definition: Response.php:12