-
Notifications
You must be signed in to change notification settings - Fork 137
Note that strict is deprecated in 4.5 #282
Comments
Is there a replacement for the strict setting? |
@evert It was replaced by more granular options:
|
I hope to get to this and other things missing from the ChangeLog today. |
We should document the keys to go into phpunit.xml files too. |
Not sure if this is the right issue to report, and not sure if some cluster/caching issue, but searching through Google pointed me to: [https://phpunit.de/manual/current/en/strict-mode.html], which still mentions possibility of And going through the source I found an undocumented setting (as far as I could find, for current version 4.5): |
The https://phpunit.de/manual/4.5/en/strict-mode.html |
In PHPUnit 4.8 setting
Which correspond in
|
Dear contributor, thanks to the hard work by @belanur, @starikovm, @trueromio, and others, the changes outlined in #471 (comment) have been implemented. This repository, https://github.com/sebastianbergmann/phpunit-documentation, is now archived and read-only. The documentation for PHPUnit version prior to PHPUnit 7.0 will no longer be changed or updated. It is still hosted at
Simply replace Starting with the documentation for PHPUnit 7.0, the PHPUnit documentation is hosted at
I am sorry that I have to close this issue here as GitHub does not support moving issues from one project to another. Please open a new ticket for this issue in one of the new issue trackers (see above). |
Please add a note for that.
The text was updated successfully, but these errors were encountered: