Commit 4a75888
committed
bug symfony#61736 [PhpUnitBridge] do not try to modify the result of a PhptTestCase (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[PhpUnitBridge] do not try to modify the result of a PhptTestCase
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
I don't know why but since symfony#61731 the patched part of the `endTest()` method is now also run for `PhptTestCase` instances.
Commits
-------
301ce2e do not try to modify the result of a PhptTestCaseFile tree
1 file changed
+4
-4
lines changed- src/Symfony/Bridge/PhpUnit/Legacy
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
0 commit comments