summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-12-19 00:19:21 +0800
committerXinchen Hui <laruence@gmail.com>2015-12-19 00:19:21 +0800
commit512498d08344f72072aef4b72700120d85253508 (patch)
tree030b017528fefc7e40bd4c3f689fd4b11407eaa3
parent4e01269082d20f5598c481f122b3eea10a586e2b (diff)
downloadphp-git-512498d08344f72072aef4b72700120d85253508.tar.gz
Fixed test skip
-rw-r--r--ext/curl/tests/bug55767.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/tests/bug55767.phpt b/ext/curl/tests/bug55767.phpt
index 161ced0bf1..bbeecb6b87 100644
--- a/ext/curl/tests/bug55767.phpt
+++ b/ext/curl/tests/bug55767.phpt
@@ -2,7 +2,7 @@
Test curl_opt() function with POST params from array with a numeric key
--SKIPIF--
<?php
-include 'skipinf.inc';
+include 'skipif.inc';
?>
--FILE--
<?php