Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class HttpRequestParamsMock extends HttpRequestParams |
||
8 | { |
||
9 | |||
10 | // TODO move to the mezon/transport package |
||
11 | /** |
||
12 | * Constructor |
||
13 | */ |
||
14 | public function __construct() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * |
||
23 | * {@inheritdoc} |
||
24 | * @see HttpRequestParams::getParam() |
||
25 | */ |
||
26 | public function getParam($param, $default = false) |
||
31 |