half way through the exception refactoring
[m6w6/ext-pq] / tests / cancel001.phpt
index c39416dbb9f9cbf51f628321a6439739d9e0c128..e1c9bb3a15204a987dc0615ce689d03ac4bc1f06 100644 (file)
@@ -22,9 +22,11 @@ var_dump($c->getResult());
 DONE
 --EXPECTF--
 Test
 DONE
 --EXPECTF--
 Test
-object(pq\Result)#%d (6) {
+object(pq\Result)#%d (7) {
   ["status"]=>
   int(7)
   ["status"]=>
   int(7)
+  ["statusMessage"]=>
+  string(11) "FATAL_ERROR"
   ["errorMessage"]=>
   string(47) "ERROR:  canceling statement due to user request"
   ["numRows"]=>
   ["errorMessage"]=>
   string(47) "ERROR:  canceling statement due to user request"
   ["numRows"]=>