diff options
Diffstat (limited to 'ext/curl/tests/bug46739.phpt')
-rw-r--r-- | ext/curl/tests/bug46739.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/bug46739.phpt b/ext/curl/tests/bug46739.phpt index 895bba7556..b7adc5662f 100644 --- a/ext/curl/tests/bug46739.phpt +++ b/ext/curl/tests/bug46739.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #46739 (array returned by curl_getinfo should contain content_type key) --SKIPIF-- -<?php +<?php if (!extension_loaded("curl")) { exit("skip curl extension not loaded"); } |