Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
17 | 75 | public function __construct() |
|
18 | { |
||
19 | try { |
||
20 | 75 | $this->factory = $this->streamFactory = $this->responseFactory = new Psr17Factory(); |
|
21 | // @codeCoverageIgnoreStart |
||
22 | } catch (Throwable) { |
||
23 | throw new RuntimeException('Install laminas/laminas-diactoros'); |
||
24 | // @codeCoverageIgnoreEnd |
||
40 |