Releases: sebastianbergmann/phpunit
Releases · sebastianbergmann/phpunit
PHPUnit 12.2.7
Fixed
- #6254:
defects,random
configuration is supported by implementation, but it is not allowed by the XML configuration file schema - #6259: Order of tests which use data from data providers is not affected by test sorting
- #6266: Superfluous whitespace in TestDox output when test method name has a number after the
test
prefix
PHPUnit 11.5.27
Fixed
- #6254:
defects,random
configuration is supported by implementation, but it is not allowed by the XML configuration file schema - #6259: Order of tests which use data from data providers is not affected by test sorting
- #6266: Superfluous whitespace in TestDox output when test method name has a number after the
test
prefix
PHPUnit 10.5.48
Fixed
- #6254:
defects,random
configuration is supported by implementation, but it is not allowed by the XML configuration file schema
PHPUnit 12.2.6
PHPUnit 11.5.26
PHPUnit 12.2.5
PHPUnit 11.5.25
PHPUnit 12.2.4
Changed
- Including information about the Git repository (such as the commit hash and branch name) in the Open Test Reporting XML format is now an opt-in feature that can be enabled via the
--include-git-information
CLI option or theincludeGitInformation
attribute in the XML configuration file
PHPUnit 12.2.3
Added
- #6236:
failOnPhpunitWarning
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-warning
CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default:true
) - #6239:
--do-not-fail-on-deprecation
,--do-not-fail-on-phpunit-warning
,--do-not-fail-on-phpunit-deprecation
,--do-not-fail-on-empty-test-suite
,--do-not-fail-on-incomplete
,--do-not-fail-on-notice
,--do-not-fail-on-risky
,--do-not-fail-on-skipped
, and--do-not-fail-on-warning
CLI options --do-not-report-useless-tests
CLI option as a replacement for--dont-report-useless-tests
Deprecated
--dont-report-useless-tests
CLI option (use--do-not-report-useless-tests
instead)
Fixed
- #6243: Constraints cannot be implemented without using internal class
ExpectationFailedException
PHPUnit 11.5.24
Added
- #6236:
failOnPhpunitWarning
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-warning
CLI option for controlling whether PHPUnit should fail on PHPUnit warnings (default:true
) - #6239:
--do-not-fail-on-deprecation
,--do-not-fail-on-phpunit-warning
,--do-not-fail-on-phpunit-deprecation
,--do-not-fail-on-empty-test-suite
,--do-not-fail-on-incomplete
,--do-not-fail-on-notice
,--do-not-fail-on-risky
,--do-not-fail-on-skipped
, and--do-not-fail-on-warning
CLI options --do-not-report-useless-tests
CLI option as a replacement for--dont-report-useless-tests
Deprecated
--dont-report-useless-tests
CLI option (use--do-not-report-useless-tests
instead)
Fixed
- #6243: Constraints cannot be implemented without using internal class
ExpectationFailedException