diff options
| author | Ulf Wendel <uw@php.net> | 2009-07-02 10:04:25 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2009-07-02 10:04:25 +0000 |
| commit | 2d884dd1e1c92e3fee871b20af0fefd25af91987 (patch) | |
| tree | 4188132edb132dc54f32f76eeaf5f31e2ef3fb25 /ext/mysql/tests/mysql_fetch_field.phpt | |
| parent | 2bca33e0d7bf9776f7093dc047d311fe23a18d60 (diff) | |
| download | php-git-2d884dd1e1c92e3fee871b20af0fefd25af91987.tar.gz | |
Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN
Diffstat (limited to 'ext/mysql/tests/mysql_fetch_field.phpt')
| -rw-r--r-- | ext/mysql/tests/mysql_fetch_field.phpt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_fetch_field.phpt b/ext/mysql/tests/mysql_fetch_field.phpt index 0f337b80cb..f9767c82b7 100644 --- a/ext/mysql/tests/mysql_fetch_field.phpt +++ b/ext/mysql/tests/mysql_fetch_field.phpt @@ -133,6 +133,10 @@ require_once('skipifconnectfailure.inc'); mysql_close($link); print "done!"; ?> +--CLEAN-- +<?php +require_once("clean_table.inc"); +?> --EXPECTF-- object(stdClass)#%d (13) { [%u|b%"name"]=> |
