Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
7 | class MockLensRequest extends LensRequest |
||
8 | { |
||
9 | public $withFilters; |
||
10 | public $withOrdering; |
||
11 | |||
12 | 8 | public function __construct(array $query = [], array $request = [], array $attributes = [], array $cookies = [], array $files = [], array $server = [], $content = null) |
|
18 | 8 | } |
|
19 | |||
20 | 2 | public function withFilters($query) |
|
25 | } |
||
26 | |||
27 | 2 | public function withOrdering($query) |
|
34 |