Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
19 | 1 | public function build(ContainerBuilder $container) |
|
20 | { |
||
21 | 1 | parent::build($container); |
|
22 | |||
23 | 1 | $container->addCompilerPass(new ResolveSecretPass()); |
|
24 | |||
25 | 1 | $extension = $container->getExtension('security'); |
|
26 | 1 | $extension->addSecurityListenerFactory(new SingleSignOnFactory()); |
|
27 | } |
||
28 | } |