Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Tests | 9 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
50 | 2 | public function __construct(XmlInjectable ...$elements) |
|
51 | { |
||
52 | 2 | $this->elements = $elements; |
|
53 | |||
54 | 2 | $this->elements[] = new DOMElementInjection( |
|
55 | 2 | 'http://schemas.xmlsoap.org/soap/envelope/', |
|
56 | 2 | 'Header', |
|
57 | 2 | new \DOMElement( |
|
58 | 2 | 'protocolVersion', |
|
59 | 2 | '4.0', |
|
60 | 2 | 'http://x-road.eu/xsd/xroad.xsd' |
|
61 | ) |
||
65 |