public function testRedirectsNonHTTP()
 {
     if ($this->isRedirectSupportDisabled()) {
         $this->markTestSkipped('Redirect support in cURL is disabled by safe_mode or open_basedir setting');
     } else {
         parent::testRedirectsNonHTTP();
     }
 }