Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | 1 | protected static function overrideValues(): array |
|
31 | { |
||
32 | 1 | return [ |
|
33 | 1 | 'stamping' => '/servicios/soap/stamp.wsdl', |
|
34 | 1 | 'utilities' => '/servicios/soap/utilities.wsdl', |
|
35 | 1 | 'cancel' => '/servicios/soap/cancel.wsdl', |
|
36 | 1 | 'manifest' => '/servicios/soap/firmar.wsdl', |
|
37 | 1 | 'registration' => '/servicios/soap/registration.wsdl', |
|
38 | 1 | 'retentions' => '/servicios/soap/retentions.wsdl', |
|
39 | 1 | ]; |
|
42 |