Commit 60ffe2d
committed
minor symfony#58516 [MonologBridge] simplify test (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[MonologBridge] simplify test
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
we can simplify the test added in symfony#58492 by dropping the custom exception handler as a triggered deprecation would let the test fail anyway
Commits
-------
aa9eb60 simplify testFile tree
1 file changed
+2
-6
lines changed- src/Symfony/Bridge/Monolog/Tests/Handler
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 35 | | |
40 | 36 | | |
0 commit comments