-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Adjust error_reporting to allow deprecation messages for 3.0 #12705
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
Conversation
davidfuhr
commented
Nov 29, 2014
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | yes |
Tests pass? | yes |
Fixed tickets | #12623 |
License | MIT |
Doc PR |
Pre-requisite for #12623 |
@@ -7,6 +7,9 @@ | |||
bootstrap="autoload.php.dist" | |||
> | |||
<php> | |||
<!-- Disable E_USER_DEPRECATED until 3.0 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the expression that is equivalent to the number in the comment so that it looks less magical?
This should also be in each component's phpunit.xml.dist, I should think it would be best to keep them all in this one PR? |
@magnusnordlander right |
@magnusnordlander @fabpot So one pull request including all phpunit.xml files for all components? |
@davidfuhr yes |
Thank you @davidfuhr. |
… 3.0 (davidfuhr) This PR was merged into the 2.7 branch. Discussion ---------- Adjust error_reporting to allow deprecation messages for 3.0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #12623 | License | MIT | Doc PR | Commits ------- 11ba901 Adjust error_reporting to allow deprecation messages for 3.0
This updates the PHPUnit configuration files that have not been updated in symfony#12705.
This PR was merged into the 2.7 branch. Discussion ---------- [PHPUnit] ignore E_USER_DEPRECATED notices | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This updates the PHPUnit configuration files that have not been updated in #12705. Commits ------- dcc1103 [PHPUnit] ignore E_USER_DEPRECATED notices
This updates the PHPUnit configuration files that have not been updated in symfony#12705.
This updates the PHPUnit configuration files that have not been updated in symfony#12705.