diff options
Diffstat (limited to 'ext/pgsql/tests/07optional.phpt')
-rw-r--r-- | ext/pgsql/tests/07optional.phpt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/pgsql/tests/07optional.phpt b/ext/pgsql/tests/07optional.phpt deleted file mode 100644 index e73a9cffe0..0000000000 --- a/ext/pgsql/tests/07optional.phpt +++ /dev/null @@ -1,19 +0,0 @@ ---TEST-- -PostgreSQL optional functions ---SKIPIF-- -<?php include("skipif.inc"); ?> ---FILE-- -<?php -// optional functions - -include('config.inc'); - -$db = pg_connect($conn_str); -$enc = pg_client_encoding($db); - -pg_set_client_encoding($db, $enc); - -echo "OK"; -?> ---EXPECT-- -OK |