You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test: phpunit exception not restored
* test(symfony): track exception handler stack to fix risky tests
| Q | A
| ------------- | ---
| Branch? | main
| Tickets | ∅
| License | MIT
| Doc PR | ∅
ApiTestCase now snapshots the exception handler stack via #[Before]/#[After]
hooks (works even when subclasses override setUp without parent::setUp()).
Bump symfony/http-kernel to ^6.4.13 to skip the ErrorListener handler leak
and drop the AppKernel restore_exception_handler() workarounds.
0 commit comments