summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/01createdb.phpt
diff options
context:
space:
mode:
authorCraig Duncan <git@duncanc.co.uk>2016-11-21 19:49:18 +0000
committerAnatol Belski <ab@php.net>2016-11-22 00:42:45 +0100
commitd36d4c70d3df2799af5dbb150660a70ffc60fc77 (patch)
tree70ae78eb52dca15a896a6d9e256a4d618ee1b7a5 /ext/pgsql/tests/01createdb.phpt
parent850c1095ab6b7c988c4ba8a9182085abe56f211c (diff)
downloadphp-git-d36d4c70d3df2799af5dbb150660a70ffc60fc77.tar.gz
Add a test for bug 73498
Diffstat (limited to 'ext/pgsql/tests/01createdb.phpt')
-rw-r--r--ext/pgsql/tests/01createdb.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pgsql/tests/01createdb.phpt b/ext/pgsql/tests/01createdb.phpt
index 8f7a262841..aa2e43748f 100644
--- a/ext/pgsql/tests/01createdb.phpt
+++ b/ext/pgsql/tests/01createdb.phpt
@@ -29,6 +29,9 @@ else {
echo pg_last_error()."\n";
}
+// Create view here
+pg_query($db,$view_def);
+
pg_close($db);
echo "OK";