]> granicus.if.org Git - php/commitdiff
fix test after newly introduced constant
authorAndrey Hristov <andrey@php.net>
Thu, 2 Dec 2010 19:11:41 +0000 (19:11 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 2 Dec 2010 19:11:41 +0000 (19:11 +0000)
ext/mysqli/tests/mysqli_constants.phpt

index 30503f5f46b2aa8e36d60dee16dc60d4ce5caf45..ff92160a7421c78053fe5a48017c288df70c815d 100644 (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();
        }