From 1c39435499f48b0109a04c64120f1fa7746c208e Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 11 Jul 2006 07:04:31 +0000 Subject: [PATCH] test ping() --- ext/mysqli/tests/070.phpt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ext/mysqli/tests/070.phpt diff --git a/ext/mysqli/tests/070.phpt b/ext/mysqli/tests/070.phpt new file mode 100644 index 00000000000..6122589ccad --- /dev/null +++ b/ext/mysqli/tests/070.phpt @@ -0,0 +1,14 @@ +--TEST-- +mysqli ping +--SKIPIF-- + +--FILE-- +ping()); + $mysql->close(); +?> +--EXPECT-- +bool(true)