Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 7, 2019
1 parent 366a4a0 commit 333a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog-8.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ All notable changes of the PHPUnit 8.4 release series are documented in this fil

* The method `expectExceptionMessageRegExp()` is now deprecated. There is no behavioral change in this version of PHPUnit. Using this method will trigger a deprecation warning in PHPUnit 9 and in PHPUnit 10 it will be removed. Please use `expectExceptionMessageMatches()` instead.

[8.4.1]: https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4
[8.4.1]: https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1
[8.4.0]: https://github.com/sebastianbergmann/phpunit/compare/8.3.5...8.4.0

0 comments on commit 333a8df

Please sign in to comment.