Skip to content

Releases: sebastianbergmann/phpunit

PHPUnit 11.2.9

30 Jul 11:11
11.2.9
c197bba
Compare
Choose a tag to compare

Fixed

  • #5887: Issue baseline generator does not correctly handle ignoring suppressed issues
  • #5908: --list-tests and --list-tests-xml CLI options do not report error when data provider method throws exception

How to install or update PHPUnit

PHPUnit 10.5.29

30 Jul 11:08
10.5.29
8e9e808
Compare
Choose a tag to compare

Fixed

  • #5887: Issue baseline generator does not correctly handle ignoring suppressed issues
  • #5908: --list-tests and --list-tests-xml CLI options do not report error when data provider method throws exception

How to install or update PHPUnit

PHPUnit 11.2.8

18 Jul 14:58
11.2.8
a7a29e8
Compare
Choose a tag to compare

Fixed

  • #5898: Test\Passed event is not emitted for PHPT tests
  • --coverage-filter CLI option could not be used multiple times

How to install or update PHPUnit

PHPUnit 10.5.28

18 Jul 14:56
10.5.28
ff7fb85
Compare
Choose a tag to compare

Fixed

  • #5898: Test\Passed event is not emitted for PHPT tests
  • --coverage-filter CLI option could not be used multiple times

How to install or update PHPUnit

PHPUnit 11.2.7

10 Jul 13:48
11.2.7
15c7e69
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

Fixed

  • #5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

PHPUnit 10.5.27

10 Jul 13:48
10.5.27
2425f71
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

Fixed

  • #5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

PHPUnit 9.6.20

10 Jul 13:48
9.6.20
49d7820
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

How to install or update PHPUnit

PHPUnit 8.5.39

10 Jul 13:47
8.5.39
172ba97
Compare
Choose a tag to compare

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

How to install or update PHPUnit

PHPUnit 10.5.26

08 Jul 05:31
10.5.26
42e2f13
Compare
Choose a tag to compare

Added

  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

How to install or update PHPUnit

PHPUnit 11.2.6

03 Jul 05:52
11.2.6
1dc0fed
Compare
Choose a tag to compare

Changed

  • #5880: Add hints to CLI parameter deprecation messages

How to install or update PHPUnit