summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/06copy.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/06copy.phpt')
-rw-r--r--ext/pgsql/tests/06copy.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/pgsql/tests/06copy.phpt b/ext/pgsql/tests/06copy.phpt
deleted file mode 100644
index e5823c43a5..0000000000
--- a/ext/pgsql/tests/06copy.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-PostgreSQL copy functions
---SKIPIF--
-<?php include("skipif.inc"); ?>
---FILE--
-<?php
-
-include('config.inc');
-
-
-echo "OK";
-
-?>
---EXPECT--
-OK