| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | 1 | public function load(array $configs, ContainerBuilder $container) |
|
| 16 | { |
||
| 17 | //$configuration = $this->processConfiguration(new Configuration(), $configs); |
||
| 18 | |||
| 19 | 1 | $loader = new YamlFileLoader( |
|
| 20 | 1 | $container, |
|
| 21 | 1 | new \Symfony\Component\Config\FileLocator([ |
|
| 22 | 1 | __DIR__ . '/../Resources/config/services' |
|
| 23 | ]) |
||
| 24 | ); |
||
| 25 | |||
| 26 | 1 | $loader->load('controllers.yml'); |
|
| 27 | 1 | } |
|
| 29 | } |