Completed
Pull Request — master (#54)
by Daniel
50s
created
tests/app/TestKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     protected function buildContainer(): ContainerBuilder
60 60
     {
61 61
         $container = parent::buildContainer();
62
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/config'));
62
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/config'));
63 63
         $loader->load('services.xml');
64 64
 
65 65
         $container->setParameter('kernel.storage', $this->storage);
Please login to merge, or discard this patch.