1 | <?php namespace Limoncello\Testing; |
||
24 | class Sapi extends \Limoncello\Core\Application\Sapi |
||
25 | { |
||
26 | /** |
||
27 | * @var ResponseInterface |
||
28 | */ |
||
29 | private $response; |
||
30 | |||
31 | /** @noinspection PhpMissingParentCallCommonInspection |
||
32 | * @inheritdoc |
||
33 | */ |
||
34 | 1 | public function handleResponse(ResponseInterface $response): void |
|
38 | |||
39 | /** |
||
40 | * @return ResponseInterface |
||
41 | */ |
||
42 | 1 | public function getResponse(): ResponseInterface |
|
46 | } |
||
47 |