Completed
Push — master ( 6fe30a...d17173 )
by Pieter
02:37
created
tests/RapidoBundle/Config/TestKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 
18 18
     public function registerContainerConfiguration(LoaderInterface $loader)
19 19
     {
20
-        new \PDO('sqlite:' . __DIR__ . '/sqlite.db');
21
-        $loader->load(__DIR__ . '/config.yml');
20
+        new \PDO('sqlite:'.__DIR__.'/sqlite.db');
21
+        $loader->load(__DIR__.'/config.yml');
22 22
     }
23 23
 
24 24
     protected function build(ContainerBuilder $container)
Please login to merge, or discard this patch.