summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/19pg_ping.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/19pg_ping.phpt')
-rw-r--r--ext/pgsql/tests/19pg_ping.phpt10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/pgsql/tests/19pg_ping.phpt b/ext/pgsql/tests/19pg_ping.phpt
deleted file mode 100644
index eba678b55e..0000000000
--- a/ext/pgsql/tests/19pg_ping.phpt
+++ /dev/null
@@ -1,10 +0,0 @@
---TEST--
-PostgreSQL pg_ping() functions
---SKIPIF--
-<?php include("skipif.inc"); ?>
---FILE--
-<?php
-include("pg_ping.inc");
-?>
---EXPECT--
-bool(true)