| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 12 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 9 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 24 | 6 | public function load(array $configs, ContainerBuilder $container) | |
| 25 |     { | ||
| 26 | 6 | $loader = new PhpFileLoader( | |
| 27 | 6 | $container, | |
| 28 | 6 | new FileLocator(__DIR__ . '/../Resources/config/') | |
| 29 | ); | ||
| 30 | |||
| 31 | 6 |         $loader->load('services.php'); | |
| 32 | 6 | $config = $this->processConfiguration(new Configuration(), $configs); | |
| 33 | 6 |         $container->setParameter('frankdejonge_i18n_routing.default_locale', $config['default_locale']); | |
| 34 | 6 | $this->configureAnnotationLoader($config, $loader); | |
| 35 | 6 | } | |
| 36 | |||
| 43 | } |