Skip to content

Commit 7ff7f97

Browse files
committed
fix test after newly introduced constant
1 parent 1842491 commit 7ff7f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqli/tests/mysqli_constants.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ require_once('skipifconnectfailure.inc');
111111
$expected_constants['MYSQLI_OPT_NET_READ_BUFFER_SIZE'] = true;
112112
$expected_constants['MYSQLI_ASYNC'] = true;
113113

114+
$expected_constants['MYSQLI_SERVER_PS_OUT_PARAMS'] = true;
114115
} else {
115116
$version = mysqli_get_client_version();
116117
}

0 commit comments

Comments
 (0)