Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
21 | public function dataTestGetWsdlPath(): array |
||
22 | { |
||
23 | return [ |
||
24 | [EvidenceEnvironment::get(EvidenceEnvironment::PLAYGROUND), 'EETServiceSOAP_playground.wsdl'], |
||
25 | [EvidenceEnvironment::get(EvidenceEnvironment::PRODUCTION), 'EETServiceSOAP_production.wsdl'], |
||
26 | ]; |
||
27 | } |
||
28 | |||
30 |