| 1 | <?php |
||
| 14 | class BehatServiceProvider extends ServiceProviderBase { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | */ |
||
| 19 | public function alter(ContainerBuilder $container) { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Get parameters set in ServiceContainerContext. |
||
| 27 | * |
||
| 28 | * @see ServiceContainerContext::overrideParameters() |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | * Array of parameters. |
||
| 32 | */ |
||
| 33 | protected function getParameters() { |
||
| 41 | |||
| 42 | } |
||
| 43 |