mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Enable XFAILed test
This one had a rather scary XFAIL message, but seems to work just fine...
This commit is contained in:
parent
fb4bc0f9e5
commit
713ef8511b
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue