diff options
author | Andrey Hristov <andrey@php.net> | 2010-09-22 11:09:29 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-09-22 11:09:29 +0000 |
commit | c0528261d7b346c3f4f4c3c76410d2b5c48751cf (patch) | |
tree | 1b0262089dca0897daa61da616b28db5d4405846 | |
parent | ee4f5ac1c0e35de2b1b1d78648b3eec6668a0c2c (diff) | |
download | php-git-c0528261d7b346c3f4f4c3c76410d2b5c48751cf.tar.gz |
update tests
-rw-r--r-- | ext/mysqli/tests/bug52891.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysqli/tests/bug52891.phpt b/ext/mysqli/tests/bug52891.phpt index 49abc662e5..463efd6d4e 100644 --- a/ext/mysqli/tests/bug52891.phpt +++ b/ext/mysqli/tests/bug52891.phpt @@ -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 |