summaryrefslogtreecommitdiff
path: root/ext/mysql/tests/mysql_fetch_row.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysql/tests/mysql_fetch_row.phpt')
-rw-r--r--ext/mysql/tests/mysql_fetch_row.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_fetch_row.phpt b/ext/mysql/tests/mysql_fetch_row.phpt
index 7de2d25266..8d6b9585be 100644
--- a/ext/mysql/tests/mysql_fetch_row.phpt
+++ b/ext/mysql/tests/mysql_fetch_row.phpt
@@ -36,6 +36,10 @@ var_dump(mysql_fetch_row($res));
mysql_close($link);
print "done!";
?>
+--CLEAN--
+<?php
+require_once("clean_table.inc");
+?>
--EXPECTF--
[004]
array(2) {