mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +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 = 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue