Conditions | 2 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | public function __construct(ConfigContract $config = null, $type = 'curl') |
||
27 | { |
||
28 | $this->config = $config ?: new Testing(); |
||
29 | $this->makeSoap($type); |
||
30 | $webservices = realpath(CORREIOS_PHP_BASE) . '/storage/webservices.json'; |
||
31 | $this->setWs(json_decode(file_get_contents($webservices))); |
||
32 | } |
||
100 |