diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-08 16:03:18 +0100 | 
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-12-08 16:03:50 +0100 | 
| commit | 713ef8511b1d8b10b56ab1cda1ea5fdfa54376a7 (patch) | |
| tree | bf32e1ee00706c2ae73e47a2d11d71db31e502b0 /ext/pdo_mysql | |
| parent | fb4bc0f9e589a862d0fb1c05467bf589f86cee96 (diff) | |
| download | php-git-713ef8511b1d8b10b56ab1cda1ea5fdfa54376a7.tar.gz | |
Enable XFAILed test
This one had a rather scary XFAIL message, but seems to work just
fine...
Diffstat (limited to 'ext/pdo_mysql')
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt | 5 | 
1 files changed, 1 insertions, 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" | 
