@@ -95,6 +95,10 @@ |
||
| 95 | 95 | $this->arrayTest($containerBuilder, 'dtc_queue.rabbit_mq', 'ssl_options', ['peer_fingerprint' => ['something' => 'else']]); |
| 96 | 96 | } |
| 97 | 97 | |
| 98 | + /** |
|
| 99 | + * @param string $parameter |
|
| 100 | + * @param string $key |
|
| 101 | + */ |
|
| 98 | 102 | public function arrayTest(ContainerBuilder $containerBuilder, $parameter, $key, $result) |
| 99 | 103 | { |
| 100 | 104 | $arr = $containerBuilder->getParameter($parameter); |