Skip to content

9.4.0

Compare
Choose a tag to compare
@dmitry-ivanov dmitry-ivanov released this 21 Aug 12:23
· 11 commits to 9.x since this release

9.4.0 (21 Aug 2022)

Removed

We continue to remove outdated assertions.

In this release were removed:

  • ExceptionAsserts
    • willSeeException()

Please, use the Laravel's expectException(), expectExceptionCode() and expectExceptionMessage() asserts.