Skip to content

Commit acfa825

Browse files
committed
Remove , connection and Done!
1 parent fa845a8 commit acfa825

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ext/mysqli/tests/mysqli_constants.phpt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ Constants exported by ext/mysqli
33
--SKIPIF--
44
<?php
55
require_once 'skipif.inc';
6-
require_once 'skipifconnectfailure.inc';
76
?>
87
--INI--
98
mysqli.allow_local_infile=1
109
--FILE--
1110
<?php
12-
require "connect.inc";
1311

14-
$php_version = (int)str_replace('.', '', PHP_VERSION);
12+
$IS_MYSQLND = stristr(mysqli_get_client_info(), "mysqlnd");
1513
$constants = get_defined_constants(true);
1614
sort($constants);
1715

@@ -212,8 +210,5 @@ if (!empty($expected_constants)) {
212210
printf("Dumping list of missing constants\n");
213211
var_dump($expected_constants);
214212
}
215-
216-
print "done!";
217213
?>
218214
--EXPECT--
219-
done!

0 commit comments

Comments
 (0)