summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/10pg_convert.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/10pg_convert.phpt')
-rw-r--r--ext/pgsql/tests/10pg_convert.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/pgsql/tests/10pg_convert.phpt b/ext/pgsql/tests/10pg_convert.phpt
deleted file mode 100644
index 016c7e74d5..0000000000
--- a/ext/pgsql/tests/10pg_convert.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-PostgreSQL pg_convert()
---SKIPIF--
-<?php include("skipif.inc"); ?>
---FILE--
-<?php
-include("pg_convert.inc");
-?>
---EXPECT--
-array(3) {
- ["num"]=>
- string(4) "1234"
- ["str"]=>
- string(5) "'AAA'"
- ["bin"]=>
- string(5) "'BBB'"
-}