diff options
| author | Ulf Wendel <uw@php.net> | 2009-07-02 10:05:37 +0000 |
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2009-07-02 10:05:37 +0000 |
| commit | 5147f6cf8d2c9fa1ed9ba6aa9e8df766a3f8da7b (patch) | |
| tree | 6c9c042350c7b97d1262098bebf7ec65af38a85e /ext/mysql/tests/mysql_ping.phpt | |
| parent | 9adf2ed4aa49f3f9672f423a6b254746ae9c5fc9 (diff) | |
| download | php-git-5147f6cf8d2c9fa1ed9ba6aa9e8df766a3f8da7b.tar.gz | |
MFH. 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_ping.phpt')
| -rw-r--r-- | ext/mysql/tests/mysql_ping.phpt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ext/mysql/tests/mysql_ping.phpt b/ext/mysql/tests/mysql_ping.phpt index 2e4130e33f..edf18c4391 100644 --- a/ext/mysql/tests/mysql_ping.phpt +++ b/ext/mysql/tests/mysql_ping.phpt @@ -1,8 +1,8 @@ --TEST-- mysql_ping() --SKIPIF-- -<?php -require_once('skipif.inc'); +<?php +require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- @@ -37,6 +37,10 @@ if (false !== ($tmp = mysql_ping($link))) print "done!"; ?> +--CLEAN-- +<?php +require_once("clean_table.inc"); +?> --EXPECTF-- bool(true) bool(true) |
