| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 55 | public function load(ContainerBuilder $container, array $config) |
||
| 56 | { |
||
| 57 | $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/config')); |
||
| 58 | $loader->load('services.xml'); |
||
| 59 | $extensionConfig = new Config($config); |
||
| 60 | $container->set('bex.choose_tests_extension.config', $extensionConfig); |
||
| 61 | } |
||
| 62 | } |
||
| 63 |