Skip to content

Commit

Permalink
Fix mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 17, 2018
1 parent 0c8b86b commit ae68c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Http/Client/Adapter/CurlTest.php
Expand Up @@ -27,7 +27,7 @@ class CurlTest extends TestCase
public function setUp()
{
parent::setUp();
$this->skipIf(!extension_exists('curl'), 'Skipping as ext/curl is not installed.');
$this->skipIf(!function_exists('curl_init'), 'Skipping as ext/curl is not installed.');

$this->curl = new Curl();
$this->caFile = CORE_PATH . 'config' . DIRECTORY_SEPARATOR . 'cacert.pem';
Expand Down

0 comments on commit ae68c5e

Please sign in to comment.