@@ -172,7 +172,7 @@ |
||
| 172 | 172 | |
| 173 | 173 | private function bootKernel(string $config): ContainerInterface |
| 174 | 174 | { |
| 175 | - $this->kernel->setConfigurationFilename(__DIR__ . '/fixtures/config/'.$config); |
|
| 175 | + $this->kernel->setConfigurationFilename(__DIR__ . '/fixtures/config/' . $config); |
|
| 176 | 176 | $this->kernel->boot(); |
| 177 | 177 | $container = $this->kernel->getContainer(); |
| 178 | 178 | $this->formFactory = $container->get('form.factory'); |