Completed
Push — tests-test ( 03a49d...2841af )
by
unknown
45s
created
src/SWP/Bundle/FixturesBundle/WebTestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 
71 71
   protected function loadCustomFixtures(array $fixtures) {
72 72
     $env = $this->getContainer()->getParameter('test_env');
73
-      echo "\n\n>>>>>>>>>>>>> Load Custom Fixtures ENV: " . $env . "\n\n";
73
+      echo "\n\n>>>>>>>>>>>>> Load Custom Fixtures ENV: ".$env."\n\n";
74 74
     $registry = new FixtureRegistry();
75 75
     $registry->setEnvironment($env);
76 76
 
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
       unset($server['HTTP_Authorization']);
87 87
     }
88 88
 
89
-    if(!array_key_exists("HTTP_HOST", $server)) {
89
+    if (!array_key_exists("HTTP_HOST", $server)) {
90 90
       $server['HTTP_HOST'] = 'localhost';
91 91
     }
92 92
 
Please login to merge, or discard this patch.