Test Failed
Branch master (c2e1bd)
by Remy
08:54
created
Category
Tests/Unit/DependencyInjection/ConfigurationTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
             'apis' => [],
34 34
         ];
35 35
 
36
-        $fixturesPath =  __DIR__.'/../../Resources/Fixtures';
36
+        $fixturesPath = __DIR__.'/../../Resources/Fixtures';
37 37
 
38 38
         $this->assertProcessedConfigurationEquals(
39 39
             $expectedEmptyConfig,
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
             ],
86 86
         ];
87 87
 
88
-        $fixturesPath =  __DIR__.'/../../Resources/Fixtures';
88
+        $fixturesPath = __DIR__.'/../../Resources/Fixtures';
89 89
 
90 90
         $this->assertProcessedConfigurationEquals(
91 91
             $expectedConfiguration,
Please login to merge, or discard this patch.
Tests/Resources/app/AppKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
      */
11 11
     public function registerBundles()
12 12
     {
13
-        $bundles =  [
13
+        $bundles = [
14 14
             new \Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
15 15
             new \Cache\AdapterBundle\CacheAdapterBundle(),
16 16
             new \Http\HttplugBundle\HttplugBundle(),
Please login to merge, or discard this patch.