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