summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/065.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/065.phpt')
-rw-r--r--ext/mysqli/tests/065.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/tests/065.phpt b/ext/mysqli/tests/065.phpt
index 8f24152cfe..705b0e423b 100644
--- a/ext/mysqli/tests/065.phpt
+++ b/ext/mysqli/tests/065.phpt
@@ -3,6 +3,8 @@ set character set
--SKIPIF--
<?php
require_once('skipif.inc');
+require_once('skipifconnectfailure.inc');
+
if (!function_exists('mysqli_set_charset')) {
die('skip mysqli_set_charset() not available');
}