Skip to content

Commit 0f96a98

Browse files
committed
wip
1 parent 0a8971d commit 0f96a98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpt/error_handler_captures_fatal_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ final class TestClass implements \JsonSerializable
6868
}
6969
?>
7070
--EXPECTREGEX--
71-
Fatal error: Class Sentry\\Tests\\TestClass contains 1 abstract method and must therefore be declared abstract or implement the remaining methods? \(JsonSerializable::jsonSerialize\) in .* on line 63(?:\RStack trace:\R(?:#\d+[^\r\n]*)+)?
71+
Fatal error: Class Sentry\\Tests\\TestClass contains 1 abstract method and must therefore be declared abstract or implement the remaining methods? \(JsonSerializable::jsonSerialize\) in .* on line 63(?:\RStack trace:\R(?:#\d+.*\R?)+)?
7272
Transport called
7373
Fatal error listener called

tests/phpt/fatal_error_integration_captures_fatal_error.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ final class TestClass implements \JsonSerializable
5858
}
5959
?>
6060
--EXPECTREGEX--
61-
^Fatal error: Class Sentry\\Tests\\TestClass contains 1 abstract methods? and must therefore be declared abstract or implement the remaining methods? \(JsonSerializable::jsonSerialize\) in .* on line 53(?:\RStack trace:\R(?:#\d+[^\r\n]*)+)?
61+
^Fatal error: Class Sentry\\Tests\\TestClass contains 1 abstract methods? and must therefore be declared abstract or implement the remaining methods? \(JsonSerializable::jsonSerialize\) in .* on line 53(?:\RStack trace:\R(?:#\d+.*\R?)+)?
6262
Transport called\R?$

0 commit comments

Comments
 (0)