| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | public function build(ContainerBuilder $container) |
||
| 21 | 7 | { |
|
| 22 | 7 | $container->addCompilerPass(new AddExtensionsPass()); |
|
| 23 | 7 | $container->addCompilerPass(new TwigPass()); |
|
| 24 | 7 | $container->addCompilerPass(new TemplatingPass()); |
|
| 25 | 7 | $container->addCompilerPass(new TemplateResourcesPass()); |
|
| 26 | $container->addCompilerPass(new JMSTranslationBundlePass()); |
||
| 27 | } |
||
| 28 | } |
||
| 29 |