Skip to content

Commit

Permalink
fix tests expectation for 8.4.0alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 15, 2024
1 parent 9099a9e commit b70cd8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/33-bevent-read-cb-exception.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Warning: EventBase::loop(): Breaking the loop due to exception RuntimeException

Fatal error: Uncaught RuntimeException: from EventBufferEvent callback in %s/33-bevent-read-cb-exception.php:%d
Stack trace:
#0 [internal function]: {closure}(Object(EventBufferEvent), NULL)
#0 [internal function]: {closur%s}(Object(EventBufferEvent), NULL)
#1 %s/33-bevent-read-cb-exception.php(%d): %SEventBase->loop()
#2 {main}
%wthrown in %s/33-bevent-read-cb-exception.php on line %d
2 changes: 1 addition & 1 deletion tests/33-bevent-write-cb-exception.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Warning: EventBase::loop(): Breaking the loop due to exception RuntimeException

Fatal error: Uncaught RuntimeException: from EventBufferEvent callback in %s/33-bevent-write-cb-exception.php:%d
Stack trace:
#0 [internal function]: {closure}(Object(EventBufferEvent), NULL)
#0 [internal function]: {closur%s}(Object(EventBufferEvent), NULL)
#1 %s/33-bevent-write-cb-exception.php(%d): %SEventBase->loop()
#2 {main}
%wthrown in %s/33-bevent-write-cb-exception.php on line %d
2 changes: 1 addition & 1 deletion tests/61-issue.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Warning: EventBase::loop(): Breaking the loop due to exception Exception in %s o

Fatal error: Uncaught Exception: issue61 in %s/61-issue.php:%d
Stack trace:
#0 [internal function]: {closure}(-1, 1, NULL)
#0 [internal function]: {closur%s}(-1, 1, NULL)
#1 %s/61-issue.php(%d): %SEventBase->loop()
#2 {main}
thrown in %s/61-issue.php on line %d

0 comments on commit b70cd8c

Please sign in to comment.