Skip to content

Commit f18a038

Browse files
authored
ext/pgsql: fix pg_trace test when trace mode is supported. (#11191)
1 parent ac5920f commit f18a038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/pgsql/tests/pg_trace.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ var_dump(pg_trace($tracefile, 'w', $db, 0));
2121
$res = pg_query($db, 'select 1');
2222

2323
?>
24-
--EXPECT--
25-
pg_trace(): Argument #4 ($trace_mode) cannot set as trace is unsupported
24+
--EXPECTF--
25+
pg_trace(): Argument #4 ($trace_mode) %s
2626
bool(true)

0 commit comments

Comments
 (0)