]> granicus.if.org Git - php/commitdiff
update tests
authorAndrey Hristov <andrey@php.net>
Wed, 22 Sep 2010 11:09:29 +0000 (11:09 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 22 Sep 2010 11:09:29 +0000 (11:09 +0000)
ext/mysqli/tests/bug52891.phpt

index 49abc662e5b710e196042c691a0ae966b86002c8..463efd6d4e7c0bc52eaa7f62df4ff2cf85713e20 100644 (file)
@@ -4,6 +4,9 @@ Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value
 <?php
 require_once('skipif.inc');
 require_once('skipifconnectfailure.inc');
+if (!$IS_MYSQLND) {
+       die("skip: test applies only to mysqlnd");
+}
 ?>
 --FILE--
 <?php