Commit:    727318546d60775c99579c6278e75a0da6fdaa35
Author:    Yasuo Ohgaki <yohg...@php.net>         Sun, 11 Aug 2013 18:57:39 
+0900
Parents:   713aedfe65adcbf16f7cbd9c543abe03ba464485
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=727318546d60775c99579c6278e75a0da6fdaa35

Log:
Revise pgsql test for Travis CI

Changed paths:
  M  ext/pgsql/tests/80_bug32223.phpt


Diff:
diff --git a/ext/pgsql/tests/80_bug32223.phpt b/ext/pgsql/tests/80_bug32223.phpt
index 3d34fc5..bf76959 100644
--- a/ext/pgsql/tests/80_bug32223.phpt
+++ b/ext/pgsql/tests/80_bug32223.phpt
@@ -39,6 +39,7 @@ end;
 
 
 $res = pg_query($dbh, 'SELECT test_notice()');
+var_dump($res);
 $row = pg_fetch_row($res, 0);
 var_dump($row);
 pg_free_result($res);
@@ -52,6 +53,7 @@ pg_close($dbh);
 ?>
 ===DONE===
 --EXPECTF--
+resource(%d) of type (pgsql result)
 array(1) {
   [0]=>
   string(1) "f"


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to