diff options
Diffstat (limited to 'ext/mysqli/tests/mysqli_debug.phpt')
-rw-r--r-- | ext/mysqli/tests/mysqli_debug.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_debug.phpt b/ext/mysqli/tests/mysqli_debug.phpt index da41894b1..2b754eac3 100644 --- a/ext/mysqli/tests/mysqli_debug.phpt +++ b/ext/mysqli/tests/mysqli_debug.phpt @@ -61,5 +61,9 @@ if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) print "done!"; ?> +--CLEAN-- +<?php + require_once("clean_table.inc"); +?> --EXPECTF-- done%s |