Skip to content

Commit 0a8d834

Browse files
committed
Fixed test
1 parent bbf57b1 commit 0a8d834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqli/tests/bug75434.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug #75434 Wrong reflection for mysqli_fetch_all function
44
<?php
55
require_once('skipif.inc');
66
if (!extension_loaded("reflection")) die("skip reflection extension not available");
7+
if (!stristr(mysqli_get_client_info(), 'mysqlnd')) die("skip: only available in mysqlnd");
78
?>
89
--FILE--
910
<?php

0 commit comments

Comments
 (0)