fix test after newly introduced constant

This commit is contained in:
Andrey Hristov 2010-12-02 19:11:41 +00:00
parent 094bcdff8b
commit 9f045cd40e

View File

@ -111,6 +111,7 @@ require_once('skipifconnectfailure.inc');
$expected_constants['MYSQLI_OPT_NET_READ_BUFFER_SIZE'] = true;
$expected_constants['MYSQLI_ASYNC'] = true;
$expected_constants['MYSQLI_SERVER_PS_OUT_PARAMS'] = true;
} else {
$version = mysqli_get_client_version();
}