@@ -313,8 +313,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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; |