summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/14pg_update.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/14pg_update.phpt')
-rw-r--r--ext/pgsql/tests/14pg_update.phpt11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/pgsql/tests/14pg_update.phpt b/ext/pgsql/tests/14pg_update.phpt
deleted file mode 100644
index 7dd4dd2d95..0000000000
--- a/ext/pgsql/tests/14pg_update.phpt
+++ /dev/null
@@ -1,11 +0,0 @@
---TEST--
-PostgreSQL pg_update()
---SKIPIF--
-<?php include("skipif.inc"); ?>
---FILE--
-<?php
-include("pg_update.inc");
-?>
---EXPECT--
-UPDATE php_pgsql_test SET num=1234,str='ABC',bin='XYZ' WHERE num=1234;
-Ok