| 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 |
||
| 15 | 6 | public function build(ContainerBuilder $container) |
|
| 16 | { |
||
| 17 | 6 | parent::build($container); |
|
| 18 | |||
| 19 | 6 | $container->addCompilerPass(new ResolveAdapterDefinitionPass()); |
|
| 20 | 6 | $container->addCompilerPass(new IgnoredRoutesPass()); |
|
| 21 | 6 | $container->addCompilerPass(new RegisterMetricsGeneratorPass()); |
|
| 22 | 6 | } |
|
| 24 |