Skip to content

PHPUnit 11.5.8

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 06:28
· 19 commits to 11.5 since this release
11.5.8
c9bd61a

Fixed

  • A Test\PreparationFailed event is now emitted in addition to a Test\Errored event when an unexpected exception is triggered in a before-test method
  • A Test\Passed event is no longer emitted in addition to a Test\Failed or Test\Errored event when an assertion failure or an unexpected exception is triggered in an after-test method
  • A TestSuite\Finished event is now emitted when a before-first-test method errors

How to install or update PHPUnit