| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 2 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php |
||
| 17 | 1 | public function process(ContainerBuilder $container) |
|
| 18 | { |
||
| 19 | 1 | $container->getDefinition('krtv_single_sign_on_identity_provider.routing.loader') |
|
| 20 | 1 | ->replaceArgument(0, $container->getParameter('krtv_single_sign_on_identity_provider.host')) |
|
| 21 | 1 | ->replaceArgument(1, $container->getParameter('krtv_single_sign_on_identity_provider.login_path')) |
|
| 22 | 1 | ->replaceArgument(2, $container->getParameter('krtv_single_sign_on_identity_provider.logout_path')); |
|
| 23 | 1 | } |
|
| 24 | } |
||
| 25 |