On PHPUnit 6-9, configure stderr separately#788
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #788 +/- ##
============================================
- Coverage 71.92% 69.90% -2.03%
Complexity 172 172
============================================
Files 34 34
Lines 830 854 +24
============================================
Hits 597 597
- Misses 233 257 +24 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2d3c9ef to
683940a
Compare
Since there's no way to detect where PHPUnit's output is going prior to PHPUnit 10, configure the extension output separately.
683940a to
d51a195
Compare
|
Thank you, @tstarling! |
|
Releasing as |
Before: with https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1261658 So LGTM |
Since there's no way to detect where PHPUnit's output is going prior to PHPUnit 10, configure the extension output separately.