diff options
Diffstat (limited to 'ext/mysql/tests/mysql_fetch_assoc.phpt')
| -rw-r--r-- | ext/mysql/tests/mysql_fetch_assoc.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_fetch_assoc.phpt b/ext/mysql/tests/mysql_fetch_assoc.phpt index a54e5fd0ec..3c5ca79b2d 100644 --- a/ext/mysql/tests/mysql_fetch_assoc.phpt +++ b/ext/mysql/tests/mysql_fetch_assoc.phpt @@ -58,6 +58,10 @@ mysql_close($link); print "done!"; ?> +--CLEAN-- +<?php +require_once("clean_table.inc"); +?> --EXPECTF-- [005] array(2) { |
