summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/9999dropdb.phpt
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-22 00:46:03 +0100
committerAnatol Belski <ab@php.net>2016-11-22 00:46:03 +0100
commit58aa1a70a0debaaa30853e493021f5fdc8e58a7b (patch)
tree4aff0c691776030ea54658ac38964f0449c072e0 /ext/pgsql/tests/9999dropdb.phpt
parent5e9b4c26a5e43a4c97555b69b105c265240febd2 (diff)
parent644e290fcdc228d1990d8010c807dc39af6de4d5 (diff)
downloadphp-git-58aa1a70a0debaaa30853e493021f5fdc8e58a7b.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Fix bug #73498 Add a test for bug 73498
Diffstat (limited to 'ext/pgsql/tests/9999dropdb.phpt')
-rw-r--r--ext/pgsql/tests/9999dropdb.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/tests/9999dropdb.phpt b/ext/pgsql/tests/9999dropdb.phpt
index 8cb178b2bf..80502e54b6 100644
--- a/ext/pgsql/tests/9999dropdb.phpt
+++ b/ext/pgsql/tests/9999dropdb.phpt
@@ -9,6 +9,7 @@ PostgreSQL drop db
include('config.inc');
$db = pg_connect($conn_str);
+pg_query($db, "DROP VIEW {$view_name}");
pg_query($db, "DROP TABLE ".$table_name);
@pg_query($db, "DROP TABLE ".$table_name_92);