Skip to content

Commit 7273185

Browse files
author
Yasuo Ohgaki
committed
Revise pgsql test for Travis CI
1 parent 713aedf commit 7273185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/pgsql/tests/80_bug32223.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ end;
3939

4040

4141
$res = pg_query($dbh, 'SELECT test_notice()');
42+
var_dump($res);
4243
$row = pg_fetch_row($res, 0);
4344
var_dump($row);
4445
pg_free_result($res);
@@ -52,6 +53,7 @@ pg_close($dbh);
5253
?>
5354
===DONE===
5455
--EXPECTF--
56+
resource(%d) of type (pgsql result)
5557
array(1) {
5658
[0]=>
5759
string(1) "f"

0 commit comments

Comments
 (0)