Conditions | 2 |
Paths | 3 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 3 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
16 | 3 | public function __construct() |
|
17 | { |
||
18 | try { |
||
19 | 3 | $this->responseFactory = new ResponseFactory(); |
|
20 | 3 | $this->streamFactory = new StreamFactory(); |
|
21 | // @codeCoverageIgnoreStart |
||
22 | } catch (Throwable) { |
||
23 | throw new RuntimeException('Install nyholm/psr7-server'); |
||
24 | // @codeCoverageIgnoreEnd |
||
33 |