Closed
Description
I've got the following problem:
When I run PHPUnit on my symfony application it always exits at the same test without any exception or hint. When I run PHPUnit just for this one test where it stops everything works fine, but I get the following message:
THE ERROR HANDLER HAS CHANGED!
When I disable sentry completely then everything works fine and at the end I get some deprecation warnings. When I remove those deprecations and enable sentry again everything works.
So it seems that it exits when it finds some deprecated calls.
So my question is, how can I disable sentry for the tests or is there another way to fix this issue?
Metadata
Metadata
Assignees
Labels
No labels