| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | 1 | public function load(array $configs, ContainerBuilder $container) |
|
| 23 | { |
||
| 24 | 1 | $configuration = new Configuration(); |
|
| 25 | 1 | $this->processConfiguration($configuration, $configs); |
|
| 26 | |||
| 27 | 1 | $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 28 | 1 | $loader->load('services.xml'); |
|
| 29 | 1 | } |
|
| 31 |