Added
displayDetailsOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--display-all-issues
CLI option for controlling whether PHPUnit should display details on all issues that are triggered (default:false
)failOnAllIssues
attribute on the<phpunit>
element of the XML configuration file and--fail-on-all-issues
CLI option for controlling whether PHPUnit should fail on all issues that are triggered (default:false
)
Changed
- #5956: Improved handling of deprecated
E_STRICT
constant
Fixed
- #6192: Positive
%a
and%A
matches are not ignored from diff whenEXPECTF
fails