From: Andrey Hristov Date: Thu, 2 Dec 2010 19:11:41 +0000 (+0000) Subject: fix test after newly introduced constant X-Git-Tag: php-5.3.4~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f045cd40e3af238637fe40389254bb3f56c61be;p=php fix test after newly introduced constant --- diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt index 30503f5f46..ff92160a74 100644 --- a/ext/mysqli/tests/mysqli_constants.phpt +++ b/ext/mysqli/tests/mysqli_constants.phpt @@ -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(); }