-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[PhpUnitBridge] Add log file option for deprecations #39098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PhpUnitBridge] Add log file option for deprecations #39098
Conversation
| Q | A |
|---|---|
| Branch? | 5.x |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Tickets | Fix #37679 |
| License | MIT |
| Doc PR | symfony/symfony-docs#14558 |
bf698e0 to
c82c997
Compare
|
@noniagriconomie Thank you for the review! I have a question concerning the scalar type hints and the return types: are you sure I should add them? The reason why I didn't:
More reasons (maybe not valid reasons):
|
|
@michaelKaefer you are right yep I was thinking v5 was 7+ and I checked the main repo composer.json, not the one of the bridge, sorry for this wrong hint :/ |
The PHPUnit bridge is special in its PHP support. To make our maintenance easier, the latest version of the phpunit bridge is kept compatible with PHP versions supported by all maintained branches (and so the min version corresponds to the one of the LTS) |
|
@stof very clear :) thx for this explanation |
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php
Outdated
Show resolved
Hide resolved
3b50ce3 to
74dfbb6
Compare
cb6537f to
ad78189
Compare
ad78189 to
3ed22be
Compare
|
Thank you @michaelKaefer. |
…elKaefer) This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [PHPUnitBridge] Add deprecation log file option For PR symfony/symfony#39098 Commits ------- 66d5f49 [PHPUnitBridge] Add deprecation log file option