Skip to content

PHPUnit 13.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:34
· 84 commits to 13.0 since this release
Immutable release. Only release title and notes can be modified.
13.0.2
87f0ca5

Deprecated

  • #6505: Calling atLeast() with an argument that is not positive
  • #6507: Support for using with*() without expects()

Fixed

  • #6503: Temporary file used by SourceMapper may be deleted prematurely when multiple PHPUnit processes run in parallel
  • #6509: "No expectations were configured for the mock object ..." notice is emitted when with() is used without expects()

Learn how to install or update PHPUnit 13.0 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @phpunit@phpc.social to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.