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)