Skip to content

Commit

Permalink
Fix Issue with expectOutputString and expectOutputRegex Failure Handling
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed May 25, 2024
1 parent d475be0 commit 84cf94e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Framework/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2212,8 +2212,6 @@ private function performAssertionsOnOutput(): void
Event\Code\ThrowableBuilder::from($e),
Event\Code\ComparisonFailureBuilder::from($e),
);

throw $e;
}
}

Expand Down

0 comments on commit 84cf94e

Please sign in to comment.