Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | 1 | public function __construct(string $userId) |
|
22 | { |
||
23 | 1 | $this->injection = new DOMElementInjection( |
|
24 | 1 | 'http://schemas.xmlsoap.org/soap/envelope/', |
|
25 | 1 | 'Header', |
|
26 | 1 | new \DOMElement( |
|
27 | 1 | 'userId', |
|
28 | 1 | (new ValidatedUserId($userId))->asStr(), |
|
29 | 1 | 'http://x-road.eu/xsd/xroad.xsd' |
|
30 | ) |
||
34 |