Passed
Push — master ( 264b27...87ebb2 )
by Dmitrii
03:44
created
Tests/FunctionalTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.