Skip to content

Commit bb5242c

Browse files
committed
Remove broken, but unnecessary UTF-8 support check
1 parent 426baa3 commit bb5242c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ext/mysqli/tests/mysqli_query_unicode.phpt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ mysqli_query() - unicode (cyrillic)
44
mysqli
55
--SKIPIF--
66
<?php
7-
require_once __DIR__ . '/test_setup/test_helpers.inc';
8-
$link = mysqli_connect_or_skip();
9-
if (!$res = mysqli_query($link, "SHOW CHARACTER SET LIKE 'utf8'"))
10-
die("skip UTF8 chatset seems not available");
7+
require_once 'skipifconnectfailure.inc';
118
?>
129
--FILE--
1310
<?php

0 commit comments

Comments
 (0)