Commit 8ed9bb0
committed
bug symfony#57110 [PhpUnitBridge] Fix error handler triggered outside of tests (HypeMC)
This PR was merged into the 5.4 branch.
Discussion
----------
[PhpUnitBridge] Fix error handler triggered outside of tests
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#57071
| License | MIT
The error handler should be invoked only if the error occurred inside a test.
Commits
-------
348f11a [PhpUnitBridge] Fix error handler triggered outside of tests1 file changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | 371 | | |
378 | 372 | | |
379 | 373 | | |
380 | | - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
381 | 379 | | |
382 | 380 | | |
383 | 381 | | |
384 | 382 | | |
385 | 383 | | |
386 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
387 | 391 | | |
388 | 392 | | |
389 | 393 | | |
| |||
0 commit comments