예제 #1
0
파일: CurlTest.php 프로젝트: haoyanfei/zf2
 protected function setUp()
 {
     if (!extension_loaded('curl')) {
         $this->markTestSkipped('cURL is not installed, marking all Http Client Curl Adapter tests skipped.');
     }
     parent::setUp();
 }
예제 #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();
 }