Passed
Push — master ( e0567e...ea57c6 )
by Gaetano
08:14
created
tests/09HTTPTest.php 1 patch
Braces   +4 added lines, -8 removed lines patch added patch discarded remove patch
@@ -313,8 +313,7 @@  discard block
 block discarded – undo
313 313
         {
314 314
             $this->markTestSkipped('CURL missing: cannot test https functionality');
315 315
             return;
316
-        }
317
-        else if ($this->args['HTTPSSERVER'] == '')
316
+        } else if ($this->args['HTTPSSERVER'] == '')
318 317
         {
319 318
             $this->markTestSkipped('HTTPS SERVER definition missing: cannot test https');
320 319
             return;
@@ -491,8 +490,7 @@  discard block
 block discarded – undo
491 490
         {
492 491
             $this->markTestSkipped('CURL missing: cannot test http 1.1 w. proxy');
493 492
             return;
494
-        }
495
-        else if ($this->args['PROXYSERVER'] == '')
493
+        } else if ($this->args['PROXYSERVER'] == '')
496 494
         {
497 495
             $this->markTestSkipped('PROXYSERVER definition missing: cannot test proxy w. http 1.1');
498 496
             return;
@@ -516,13 +514,11 @@  discard block
 block discarded – undo
516 514
         {
517 515
             $this->markTestSkipped('CURL missing: cannot test https w. proxy');
518 516
             return;
519
-        }
520
-        else if ($this->args['PROXYSERVER'] == '')
517
+        } else if ($this->args['PROXYSERVER'] == '')
521 518
         {
522 519
             $this->markTestSkipped('PROXYSERVER definition missing: cannot test proxy w. https');
523 520
             return;
524
-        }
525
-        else if ($this->args['HTTPSSERVER'] == '')
521
+        } else if ($this->args['HTTPSSERVER'] == '')
526 522
         {
527 523
             $this->markTestSkipped('HTTPS SERVER definition missing: cannot test https w. proxy');
528 524
             return;
Please login to merge, or discard this patch.