Enable XFAILed test

This one had a rather scary XFAIL message, but seems to work just
fine...
This commit is contained in:
Nikita Popov 2020-12-08 16:03:18 +01:00
parent fb4bc0f9e5
commit 713ef8511b

View file

@ -326,11 +326,8 @@ require __DIR__ . '/mysql_pdo_test.inc';
$db = MySQLPDOTest::factory(); $db = MySQLPDOTest::factory();
$db->exec('DROP TABLE IF EXISTS test'); $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-- --EXPECT--
PDO::prepare(): Argument #1 ($statement) cannot be empty PDO::prepare(): Argument #1 ($query) cannot be empty
array(1) { array(1) {
["one"]=> ["one"]=>
string(1) "1" string(1) "1"