summaryrefslogtreecommitdiff
path: root/ext/curl/tests/curl_copy_handle_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/curl_copy_handle_basic.phpt')
-rw-r--r--ext/curl/tests/curl_copy_handle_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/curl_copy_handle_basic.phpt b/ext/curl/tests/curl_copy_handle_basic.phpt
index 0aa58dbcf8..945768436c 100644
--- a/ext/curl/tests/curl_copy_handle_basic.phpt
+++ b/ext/curl/tests/curl_copy_handle_basic.phpt
@@ -5,7 +5,7 @@ Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--SKIPIF--
<?php
- if (!extension_loaded("curl")) exit("skip curl extension not loaded");
+ if (!extension_loaded("curl")) exit("skip curl extension not loaded");
?>
--FILE--
<?php