Skip to content

Commit 9fab1b9

Browse files
committed
Drop ZPP check in PDO MySQLi test
This test is marked as XFAIL so it doesn't get looked at. It checks that the method is called without arguments which is a ZPP concern
1 parent c3206c2 commit 9fab1b9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ if (!MySQLPDOTest::isPDOMySQLnd())
3333
if (false !== ($tmp = $stmt->nextRowSet()))
3434
printf("[002] Expecting false got %s\n", var_export($tmp, true));
3535

36-
// TODO: should give a warning, but its PDO, let's ignore the missing warning for now
37-
if (false !== ($tmp = $stmt->nextRowSet(1)))
38-
printf("[003] Expecting false got %s\n", var_export($tmp, true));
39-
4036
function test_proc1($db) {
4137

4238
$stmt = $db->query('SELECT @VERSION as _version');

0 commit comments

Comments
 (0)