Skip to content

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 18:23
· 52 commits to 1.x since this release
6b17bc3

Added

  • Added better messaging for early _doing_it_wrong() calls during testing bootstrap.
  • Added PHP 8.5 support.

Changed

  • Tests that call $this->ignoreIncorrectUsage() or use Ignore_Incorrect_Usage will no longer make any assertions. Only using the $this->setExpectedIncorrectUsage() method or the Expected_Incorrect_Usage attribute will make assertions and pass the test.