summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt b/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
index c8f188a738..eac4b9e4d8 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_stmt_nextrowset.phpt
@@ -33,10 +33,6 @@ if (!MySQLPDOTest::isPDOMySQLnd())
if (false !== ($tmp = $stmt->nextRowSet()))
printf("[002] Expecting false got %s\n", var_export($tmp, true));
- // TODO: should give a warning, but its PDO, let's ignore the missing warning for now
- if (false !== ($tmp = $stmt->nextRowSet(1)))
- printf("[003] Expecting false got %s\n", var_export($tmp, true));
-
function test_proc1($db) {
$stmt = $db->query('SELECT @VERSION as _version');