Exemplo n.º 1
0
 protected function setUp()
 {
     if (!extension_loaded('curl')) {
         $this->markTestSkipped('cURL is not installed, marking all Http Client Curl Adapter tests skipped.');
     }
     parent::setUp();
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     $this->markTestIncomplete('cURL implementation incomplete at the moment');
     if (!extension_loaded('curl')) {
         $this->markTestSkipped('cURL is not installed, marking all Http Client Curl Adapter tests skipped.');
     }
     parent::setUp();
 }