From 396f5803e84cf9f8c1adb07b43a06cbb19c35be2 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Fri, 29 May 2009 10:25:49 +0000 Subject: [PATCH] MFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There is probably no proper way to check this condition in the user land. --- .../tests/mysqli_class_mysqli_driver_interface.phpt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt b/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt index d6d2b755b4..681590e1ab 100644 --- a/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt +++ b/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt @@ -1,7 +1,7 @@ --TEST-- Interface of the class mysqli_driver --SKIPIF-- - true, - 'embedded_server_end' => true, + 'embedded_server_start' => true, + 'embedded_server_end' => true, )); } -- 2.50.1