@@ -180,8 +180,7 @@ discard block |
||
180 | 180 | { |
181 | 181 | $this->markTestSkipped('CURL missing: cannot test http 1.1 w. proxy'); |
182 | 182 | return; |
183 | - } |
|
184 | - else if ($this->args['PROXYSERVER'] == '') |
|
183 | + } else if ($this->args['PROXYSERVER'] == '') |
|
185 | 184 | { |
186 | 185 | $this->markTestSkipped('PROXY definition missing: cannot test proxy w. http 1.1'); |
187 | 186 | return; |
@@ -228,8 +227,7 @@ discard block |
||
228 | 227 | { |
229 | 228 | $this->markTestSkipped('CURL missing: cannot test https functionality'); |
230 | 229 | return; |
231 | - } |
|
232 | - else if ($this->args['PROXYSERVER'] == '') |
|
230 | + } else if ($this->args['PROXYSERVER'] == '') |
|
233 | 231 | { |
234 | 232 | $this->markTestSkipped('PROXY definition missing: cannot test proxy w. http 1.1'); |
235 | 233 | return; |