summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/80_bug24499.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/tests/80_bug24499.phpt')
-rw-r--r--ext/pgsql/tests/80_bug24499.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/tests/80_bug24499.phpt b/ext/pgsql/tests/80_bug24499.phpt
index 32e789de8d..a9773bdafe 100644
--- a/ext/pgsql/tests/80_bug24499.phpt
+++ b/ext/pgsql/tests/80_bug24499.phpt
@@ -1,14 +1,14 @@
--TEST--
Bug #24499 (Notice: Undefined property: stdClass::)
--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");