summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/80_bug42783.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/80_bug42783.phpt')
-rw-r--r--ext/pgsql/tests/80_bug42783.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/tests/80_bug42783.phpt b/ext/pgsql/tests/80_bug42783.phpt
index 575e527db9..91461f4b73 100644
--- a/ext/pgsql/tests/80_bug42783.phpt
+++ b/ext/pgsql/tests/80_bug42783.phpt
@@ -1,14 +1,14 @@
--TEST--
Bug #42783 (pg_insert() does not support an empty value array)
--SKIPIF--
-<?php
+<?php
require_once('skipif.inc');
?>
--FILE--
<?php
require_once('config.inc');
-
+
$dbh = @pg_connect($conn_str);
if (!$dbh) {
die ("Could not connect to the server");