| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | public function load(ContainerBuilder $container, array $config) |
||
| 19 | { |
||
| 20 | $loader = new XmlFileLoader($container, new FileLocator(__DIR__)); |
||
| 21 | $loader->load('services.xml'); |
||
| 22 | |||
| 23 | $container->setParameter('phpspec_extension.path', $config['path']); |
||
| 24 | $container->setParameter('phpspec_extension.config', $config['config']); |
||
| 25 | } |
||
| 26 | |||
| 63 |