ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SapiMock.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\HTTP;
4 
14 class SapiMock extends Sapi {
15 
16  static $sent = 0;
17 
25 
26  self::$sent++;
27 
28  }
29 
30 }
This interface represents a HTTP response.
PHP SAPI.
Definition: Sapi.php:31
static sendResponse(ResponseInterface $response)
Overriding this so nothing is ever echo&#39;d.
Definition: SapiMock.php:24
HTTP Response Mock object.
Definition: SapiMock.php:14
$response