From 713ef8511b1d8b10b56ab1cda1ea5fdfa54376a7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 8 Dec 2020 16:03:18 +0100 Subject: [PATCH] Enable XFAILed test This one had a rather scary XFAIL message, but seems to work just fine... --- ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt index 6afd57420f..808baffae3 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt @@ -326,11 +326,8 @@ require __DIR__ . '/mysql_pdo_test.inc'; $db = MySQLPDOTest::factory(); $db->exec('DROP TABLE IF EXISTS test'); ?> ---XFAIL-- -PDO's PS parser has some problems with invalid SQL and crashes from time to time -(check with valgrind...) --EXPECT-- -PDO::prepare(): Argument #1 ($statement) cannot be empty +PDO::prepare(): Argument #1 ($query) cannot be empty array(1) { ["one"]=> string(1) "1" -- 2.50.1